Skip to content

Commit

Permalink
Merge pull request #2 from heliaxdev/adrian/upgrade_borsh
Browse files Browse the repository at this point in the history
Upgrade borsh to v1.2.0
  • Loading branch information
adrianbrink authored Nov 29, 2023
2 parents 387710a + 956a667 commit b0d928f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ features = ["alloc", "derive"]

[dependencies.borsh]
optional = true
version = "1.0.0-alpha.4"
version = "1.2.0"
default-features = false
features = ["schema", "derive"]
features = ["unstable__schema", "derive"]

[dev-dependencies]
criterion = "0.4"
Expand Down

0 comments on commit b0d928f

Please sign in to comment.