Skip to content

Commit

Permalink
borsh stabilizd at v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bazzilic committed Oct 9, 2023
1 parent e6b867f commit 9a06bc6
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.0-alpha.6", features = ["derive"], optional = true }
borsh = { version = "1.0", features = ["derive"], optional = true }

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

0 comments on commit 9a06bc6

Please sign in to comment.