Skip to content

Commit

Permalink
chore: pin borsh version to avoid compile errors (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frolov <frolvlad@gmail.com>
  • Loading branch information
dj8yfo and frol authored Oct 30, 2023
1 parent d068f22 commit c58ce90
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.0.0", features = ["unstable__schema", "derive"] }
borsh = { version = ">=1.1.0,<1.2.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 c58ce90

Please sign in to comment.