Skip to content

Commit

Permalink
Update to rust-version to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Nov 2, 2023
1 parent 64c512f commit 43b12e5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.15.0"
version = "0.1.0"
edition = "2021"
authors = ["Aurora Labs <[email protected]>"]
rust-version = "1.64.0"
rust-version = "1.70.0"
description = "Ergonomic plugin system to extend NEAR contracts."
license = "CC0-1.0"
readme = "README.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
3 changes: 2 additions & 1 deletion near-plugins-derive/tests/contracts/ownable/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
3 changes: 2 additions & 1 deletion near-plugins-derive/tests/contracts/pausable/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]
3 changes: 2 additions & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.66.1"
channel = "1.70.0"
components = ["clippy", "rustfmt"]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 43b12e5

Please sign in to comment.