Skip to content

Commit

Permalink
Add rust-toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy committed Dec 7, 2023
1 parent 7a61b22 commit 9c67937
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/canister-info/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/counter/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/hello/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/performance_counters/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/periodic_tasks/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/pub-sub/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
4 changes: 4 additions & 0 deletions rust/qrcode/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]

0 comments on commit 9c67937

Please sign in to comment.