Skip to content

Commit

Permalink
chore: Bump rust-toolchain
Browse files Browse the repository at this point in the history
Our version of Rust is severely out of date. This is not a problem but
now vscode's lsp starts to complain about it.

Failed to run proc-macro server from path /Users/jferge/.rustup/toolchains/1.74.1-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv, error: Custom { kind: Other, error: "The version of the proc-macro server (2) in your Rust toolchain is too old and no longer supported by your rust-analyzer which requiresversion 4 or higher.\nThis will prevent proc-macro expansion from working. Please consider updating your toolchain or downgrading your rust-analyzer to ensure compatibility with your current toolchain." }rust-analyzermacro-error
  • Loading branch information
untitaker committed Dec 18, 2024
1 parent 18deecf commit 9f82d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_snuba/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.74.1"
channel = "1.83.0"

0 comments on commit 9f82d4b

Please sign in to comment.