Skip to content

Commit

Permalink
Recognize crate plugin dependencies
Browse files Browse the repository at this point in the history
commit-id:fa144cb1
  • Loading branch information
integraledelebesgue committed Feb 10, 2025
1 parent 61a6f01 commit 30755d0
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 54 deletions.
104 changes: 51 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lsp-server = "0.7.8"
lsp-types = "=0.95.1"
memchr = "2.7.4"
salsa = { package = "rust-analyzer-salsa", version = "0.17.0-pre.6" }
scarb-metadata = "1.13"
scarb-metadata = { git = "https://github.com/software-mansion/scarb", branch = "spr/main/ac416d0e" } # TODO: Change back to crates-io as soon as changes from that branch are released there
scarb-proc-macro-server-types = "0.1"
scarb-stable-hash = "1"
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
Loading

0 comments on commit 30755d0

Please sign in to comment.