We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dbf72 commit e2bf7deCopy full SHA for e2bf7de
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
channel = "1.87.0"
3
components = [ "rustfmt", "clippy" ]
4
-targets = ["x86-unknown-linux-gnu", "i686-unknown-linux-gnu"]
+targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
5
profile = "minimal"
0 commit comments