Skip to content

Commit

Permalink
chore: borsh version range update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo authored Jan 20, 2024
1 parent f642a6f commit ffa10db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/near/near-abi-rs"
description = "NEAR smart contract ABI primitives"

[dependencies]
borsh = { version = ">=1.1.0,<1.2.0", features = ["unstable__schema", "derive"] }
borsh = { version = ">=1.1.0,<1.4.0", features = ["unstable__schema", "derive"] }
semver = "1"
serde = { version = "1", features = ["derive"] }
schemars = { version = "0.8.11", features = ["impl_json_schema"] }
Expand Down

0 comments on commit ffa10db

Please sign in to comment.