Skip to content

Commit

Permalink
chore: updates near-* dependencies to 0.28 release (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Dec 13, 2024
1 parent 7bfd315 commit 0e2c144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
matrix:
platform:
- os: ubuntu-latest
rs: 1.80.0
rs: 1.82.0
- os: ubuntu-latest
rs: stable
- os: macos-latest
rs: 1.80.0
rs: 1.82.0
- os: macos-latest
rs: stable
features: ['', '--features unstable,legacy,__abi-generate']
Expand Down
10 changes: 5 additions & 5 deletions near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ schemars = { version = "0.8.8", optional = true }
near-abi = { version = "0.4.0", features = [
"__chunked-entries",
], optional = true }
near-vm-runner = { version = "0.27", optional = true }
near-primitives-core = { version = "0.27", optional = true }
near-primitives = { version = "0.27", optional = true }
near-crypto = { version = "0.27", default-features = false, optional = true }
near-parameters = { version = "0.27", optional = true }
near-vm-runner = { version = "0.28", optional = true }
near-primitives-core = { version = "0.28", optional = true }
near-primitives = { version = "0.28", optional = true }
near-crypto = { version = "0.28", default-features = false, optional = true }
near-parameters = { version = "0.28", optional = true }

[dev-dependencies]
near-sdk = { path = ".", features = ["legacy", "unit-testing"] }
Expand Down

0 comments on commit 0e2c144

Please sign in to comment.