Skip to content

Commit 1b5dbbb

Browse files
committed
Lock in a known version of paritytech/bn
1 parent c46e4f8 commit 1b5dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description = "Ethereum BN128 helpers for Rust"
88
publish = false
99

1010
[dependencies]
11-
bn = { git = "https://github.com/paritytech/bn", default-features = false }
11+
bn = { git = "https://github.com/paritytech/bn", default-features = false, rev = "6079255e" }
1212
ethereum-types = "0.3"
1313
rustc-hex = "1.0"

0 commit comments

Comments
 (0)