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

4
Cargo.lock generated
View File

@@ -829,9 +829,9 @@ dependencies = [
[[package]]
name = "blst"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f4904512207f2ac5208e5f679106c9e3aa45e4aca9774beda779eab5f522cb"
checksum = "dd7cb1b48c09ac759808ad27811ca44e27c037d309f837651fc80506bc19819f"
dependencies = [
"cc",
"glob",