Skip to content

Commit 105c242

Browse files
Wilfredmeta-codesync[bot]
authored andcommitted
Update dependency that broke rust-analyzer
Summary: The library spm_precompiled previously had a huge vec literal in its tests, which broke rust-analyzer. Any project depending on spm_precompiled transitively could not start rust-analyzer (notably vllm-router and tokenizers, both used in LLM projects). rust-lang/rust-analyzer#21748 Upstream has fixed the code, but it hasn't been released. Update the imported version to include the patch. Reviewed By: dtolnay Differential Revision: D95214096 fbshipit-source-id: 5ab38eb94cec04c1efb91efa66b2f5648bac4c4e
1 parent 7979849 commit 105c242

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

eden/fs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ riscv-rt = { git = "https://github.com/jsgf/riscv.git", rev = "90cfc5f2404e39e08
3737
rootcause = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
3838
rootcause-backtrace = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
3939
rustls-native-certs = { git = "https://github.com/rustls/rustls-native-certs", rev = "9734b4cc0bfa88224e0fc49867abafa1c56fa28d" }
40+
spm_precompiled = { version = "0.1.4", git = "https://github.com/huggingface/spm_precompiled", rev = "6e3ffb3ef2504f38e66273002fca0661da4121cc" }
4041
sqlx = { git = "https://github.com/launchbadge/sqlx", rev = "24317d5eab40fbc33caf1142946e2f39caad73ea" }
4142
stabby = { git = "https://github.com/nitinsingh-meta/stabby", rev = "304c895c34e502fc635b85df6d4f22f746747ed4" }
4243
tonic = { git = "https://github.com/hyperium/tonic", rev = "322ed793ea14c6f8a53381234cc1d4a296021cad" }

eden/mononoke/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ riscv-rt = { git = "https://github.com/jsgf/riscv.git", rev = "90cfc5f2404e39e08
3737
rootcause = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
3838
rootcause-backtrace = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
3939
rustls-native-certs = { git = "https://github.com/rustls/rustls-native-certs", rev = "9734b4cc0bfa88224e0fc49867abafa1c56fa28d" }
40+
spm_precompiled = { version = "0.1.4", git = "https://github.com/huggingface/spm_precompiled", rev = "6e3ffb3ef2504f38e66273002fca0661da4121cc" }
4041
sqlx = { git = "https://github.com/launchbadge/sqlx", rev = "24317d5eab40fbc33caf1142946e2f39caad73ea" }
4142
stabby = { git = "https://github.com/nitinsingh-meta/stabby", rev = "304c895c34e502fc635b85df6d4f22f746747ed4" }
4243
tonic = { git = "https://github.com/hyperium/tonic", rev = "322ed793ea14c6f8a53381234cc1d4a296021cad" }

0 commit comments

Comments
 (0)