Skip to content

Commit

Permalink
chore: update near-abi version
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 12, 2023
1 parent acfcab1 commit d235add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = "1.0"
sha2 = "0.10"
symbolic-debuginfo = "8.8"
schemars = "0.8"
near-abi = { version = "0.3.0", features = ["__chunked-entries"] }
near-abi = { version = "0.4.0", features = ["__chunked-entries"] }
libloading = "0.7.3"
zstd = "0.11"
atty = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
const_format = "0.2"
near-abi = "0.3.0"
near-abi = "0.4.0"

[dev-dependencies]
borsh = "0.9"
Expand Down

0 comments on commit d235add

Please sign in to comment.