We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f0646 commit b2637bbCopy full SHA for b2637bb
rust/fp11rust/Cargo.toml
@@ -5,10 +5,6 @@ edition = "2021"
5
license = "GPL-3.0-or-later"
6
publish = false
7
8
-[toolchain]
9
-channel = "1.62.1"
10
-profile = "minimal"
11
-
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
[lib]
14
crate-type = ["staticlib"]
rust/fp11rust/rust-toolchain.toml
@@ -0,0 +1,3 @@
1
+[toolchain]
2
+channel = "1.62.1"
3
+profile = "minimal"
0 commit comments