Skip to content

Commit b6f2444

Browse files
authored
Revert blst to v0.3.15 (#604)
1 parent 10ecadd commit b6f2444

File tree

7 files changed

+41
-42
lines changed

7 files changed

+41
-42
lines changed

Cargo.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ no-threads = ["blst/no-threads"]
4242

4343
[dependencies]
4444
arbitrary = { version = "1", features = ["derive"], optional = true }
45-
blst = { git = "https://github.com/supranational/blst", rev = "f48500c1fdbefa7c0bf9800bccd65d28236799c1", default-features = false }
45+
blst = { version = "0.3.15", default-features = false }
4646
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
4747
libc = { version = "0.2", default-features = false }
4848
serde = { version = "1.0", optional = true, default-features = false, features = [

fuzz/Cargo.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ rust_eth_kzg = { git = "https://github.com/crate-crypto/rust-eth-kzg" }
2323
[workspace]
2424
members = ["."]
2525

26-
[patch.crates-io]
27-
blst = { git = "https://github.com/supranational/blst", rev = "f48500c1fdbefa7c0bf9800bccd65d28236799c1" }
28-
2926
[[bin]]
3027
name = "fuzz_blob_to_kzg_commitment"
3128
path = "fuzz_targets/fuzz_blob_to_kzg_commitment.rs"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/stretchr/testify v1.10.0
7-
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe
7+
github.com/supranational/blst v0.3.15
88
gopkg.in/yaml.v3 v3.0.1
99
)
1010

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
66
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
7-
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe h1:nbdqkIGOGfUAD54q1s2YBcBz/WcsxCO9HUQ4aGV5hUw=
8-
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
7+
github.com/supranational/blst v0.3.15 h1:rd9viN6tfARE5wv3KZJ9H8e1cg0jXW8syFCcsbHa76o=
8+
github.com/supranational/blst v0.3.15/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
99
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1010
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
1111
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)