Skip to content

Commit

Permalink
feat: update blstrs to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 30, 2020
1 parent 5f0e585 commit ca4fbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ num_cpus = "1"
crossbeam-channel = "0.5.0"

# blst feature
blstrs = { version = "0.1.0", optional = true }
blstrs = { version = "0.2.0", optional = true }

# pairing feature
paired = { version = "0.21.0", optional = true }
Expand Down

0 comments on commit ca4fbb6

Please sign in to comment.