Update blst to 0.3.3 (#2246)

## Proposed Changes

Supranational just made a `blst` 0.3.3 release, so I figure we may as well include it for v1.2.0
This commit is contained in:
Michael Sproul
2021-03-08 05:19:30 +00:00
parent e4eb0eb168
commit 8faab89f09
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ eth2_hashing = "0.1.0"
ethereum-types = "0.9.2"
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
zeroize = { version = "1.1.1", features = ["zeroize_derive"] }
blst = "0.3.2"
blst = "0.3.3"
[features]
default = ["supranational"]