Skip to content

Commit

Permalink
bump: near-* crates to 0.28 (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: dj8yf0μl <noreply@nowhere.org>
  • Loading branch information
dj8yfo and dj8yf0μl authored Dec 19, 2024
1 parent f8d0b52 commit 47ce39f
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 62 deletions.
126 changes: 73 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cargo-near"
version = "0.13.1"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2021"
rust-version = "1.80.0"
rust-version = "1.81.0"
description = "Cargo extension for building Rust smart contracts on NEAR"
readme = "README.md"
repository = "https://github.com/near/cargo-near"
Expand Down Expand Up @@ -39,7 +39,7 @@ names = { version = "0.14.0", default-features = false }
derive_more = "0.99.9"
shell-words = "1.0.0"
interactive-clap = "0.3.1"
near-cli-rs = { version = "0.16.0", default-features = false }
near-cli-rs = { version = "0.17.0", default-features = false }
reqwest = "0.12.5"
indicatif = "0.17.8"
indenter = "0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ container_build_command = ["cargo", "near", "build", "non-reproducible-wasm", "-

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

[dev-dependencies]
near-sdk = { version = "5.6", features = ["unit-testing"] }
near-workspaces = { version = "0.15", features = ["unstable"] }
near-sdk = { version = "5.7", features = ["unit-testing"] }
near-workspaces = { version = "0.16", features = ["unstable"] }
tokio = { version = "1.12.0", features = ["full"] }
serde_json = "1"

Expand Down
Loading

0 comments on commit 47ce39f

Please sign in to comment.