Skip to content

Commit cc935b5

Browse files
committed
chore(ci): add rust-toolchain.toml for srtool
1 parent 9f81886 commit cc935b5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "nightly-2023-03-01"
3+
components = [ "rustfmt", "rls" ]
4+
targets = [ "wasm32-unknown-unknown" ]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "nightly-2023-03-01"
3+
components = [ "rustfmt", "rls" ]
4+
targets = [ "wasm32-unknown-unknown" ]

0 commit comments

Comments
 (0)