Skip to content

Commit c8b5ec0

Browse files
authored
Set rust toolchain version (#1356)
1 parent ff42a4d commit c8b5ec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/fp11rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ edition = "2021"
55
license = "GPL-3.0-or-later"
66
publish = false
77

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

0 commit comments

Comments
 (0)