Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Whitelisting rust toolchain (#237)
Browse files Browse the repository at this point in the history
* Fixing docker for 0.9.37

* Adding empty default value

* fixing docker

* fixing docker

* Whitelisting rust toolchain
  • Loading branch information
hbulgarini authored Jun 16, 2023
1 parent da02859 commit 235f866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# The cache for chain data in container
.local

#Local toolchain configuration
rust-toolchain.toml

# direnv cache
.direnv

Expand Down
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "nightly-2023-01-01"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 235f866

Please sign in to comment.