We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beef40 commit 48cfcb1Copy full SHA for 48cfcb1
justfile
@@ -15,6 +15,11 @@ prepare:
15
cargo install gen-compile-commands watchexec-cli
16
just create-external
17
just compile-commands
18
+ just prepare-rust
19
+
20
+prepare-rust:
21
+ rustup install 1.90.0
22
+ rustup component add rust-analyzer --toolchain 1.90.0
23
24
prepare-ubuntu:
25
sudo apt-get install -y --no-install-recommends libc++abi1-19 libc++1-19 libc++-19-dev lld-19 bazelisk python3 lcov fd-find
0 commit comments