Skip to content

Commit e2bf7de

Browse files
committed
fix
1 parent a0dbf72 commit e2bf7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
channel = "1.87.0"
33
components = [ "rustfmt", "clippy" ]
4-
targets = ["x86-unknown-linux-gnu", "i686-unknown-linux-gnu"]
4+
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
55
profile = "minimal"

0 commit comments

Comments
 (0)