Skip to content

Commit

Permalink
fix: add rust-toolchain.toml with Rust 1.69
Browse files Browse the repository at this point in the history
As contracts compiled with Rust 1.70 are not working currently, this commit
ensures that users who use rustup aren't experiencing errors.

Related: near/create-near-app#2009
  • Loading branch information
agostbiro committed Jun 21, 2023
1 parent d60f6f6 commit a245304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.69"

0 comments on commit a245304

Please sign in to comment.