Skip to content

Commit 58ea3d2

Browse files
build: with a fixed rust toolchain
1 parent 73970be commit 58ea3d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "1.76.0"
3+
components = [ "rustfmt", "clippy", "rust-analyzer" ]
4+
profile = "default"

0 commit comments

Comments
 (0)