Skip to content

Commit

Permalink
chore: update borsh version to 1.0.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo authored Oct 8, 2023
1 parent 081a41c commit 9775eb2
Show file tree
Hide file tree
Showing 18 changed files with 523 additions and 300 deletions.
5 changes: 3 additions & 2 deletions near-abi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-abi"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.56.0"
license = "MIT OR Apache-2.0"
Expand All @@ -9,13 +9,14 @@ repository = "https://github.com/near/near-abi-rs"
description = "NEAR smart contract ABI primitives"

[dependencies]
borsh = { version = "0.9", features = ["const-generics"] }
borsh = { version = "1.0.0", features = ["unstable__schema", "derive"] }
semver = "1"
serde = { version = "1", features = ["derive"] }
schemars = { version = "0.8.11", features = ["impl_json_schema"] }

[dev-dependencies]
serde_json = "1"
insta = "1.29.0"

[features]
__chunked-entries = []
Loading

0 comments on commit 9775eb2

Please sign in to comment.