Skip to content

Commit

Permalink
chore: Updated near-sdk-rs to 5.0.0-alpha.2 and unpinned Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Feb 1, 2024
1 parent 9d53496 commit 8abd28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
near-sdk = "5.0.0-alpha.1"
near-sdk = "5.0.0-alpha.2"

[dev-dependencies]
near-workspaces = { version = "0.9.0", default-features = false, features = ["install", "unstable"] }
near-workspaces = { version = "0.10.0", features = ["unstable"] }
tokio = { version = "1.12.0", features = ["full"] }
serde_json = "1"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.73.0"
channel = "stable"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 8abd28c

Please sign in to comment.