Skip to content

Commit 48cfcb1

Browse files
committed
add prepare-rust
1 parent 7beef40 commit 48cfcb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ prepare:
1515
cargo install gen-compile-commands watchexec-cli
1616
just create-external
1717
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
1823

1924
prepare-ubuntu:
2025
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

Comments
 (0)