Skip to content

Commit

Permalink
bump borsh tov 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bazzilic committed Oct 17, 2023
1 parent 9c62d5a commit 845a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiga_halo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ num-bigint = "0.4"

rustler = { version = "0.29.1", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
borsh = { version = "1.0", features = ["derive"], optional = true }
borsh = { version = "1.1", features = ["derive"], optional = true }

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

0 comments on commit 845a0a8

Please sign in to comment.