Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build process confuses plugin manager #1150

Closed
2 tasks done
swarn opened this issue Feb 4, 2025 · 0 comments
Closed
2 tasks done

Build process confuses plugin manager #1150

swarn opened this issue Feb 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@swarn
Copy link

swarn commented Feb 4, 2025

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

After you run cargo build --release in the newest version, it changes the Cargo.lock file:

diff --git a/Cargo.lock b/Cargo.lock
index 9e0db6d..6e91765 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -690,7 +690,7 @@ checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.95",
+ "syn",
 ]

Because you now have local changes, plugin managers (at least lazy.nvim) will now error on update.

Relevant configuration

neovim version

NVIM v0.11.0-dev-1638+gb8e947ed4e

blink.cmp version

3fa7da1

@swarn swarn added the bug Something isn't working label Feb 4, 2025
@Saghen Saghen closed this as completed in cdd52ac Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant