Skip to content

Commit

Permalink
cleaning up rutst-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Feb 10, 2025
1 parent ff98ee9 commit bede7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
channel = '1.81'
profile = 'minimal'
components = ['clippy', 'rustfmt']
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "wasm32-unknown-unknown", "aarch64-apple-darwin"]
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "i686-unknown-linux-gnu"]

0 comments on commit bede7dc

Please sign in to comment.