Skip to content

Commit b2637bb

Browse files
authored
fix pinning of rust toolchain (#1370)
1 parent 31f0646 commit b2637bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rust/fp11rust/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition = "2021"
55
license = "GPL-3.0-or-later"
66
publish = false
77

8-
[toolchain]
9-
channel = "1.62.1"
10-
profile = "minimal"
11-
128
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
139
[lib]
1410
crate-type = ["staticlib"]

rust/fp11rust/rust-toolchain.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.62.1"
3+
profile = "minimal"

0 commit comments

Comments
 (0)