Skip to content

Commit

Permalink
Bump ethereum-bn128 dependency to 0.1.1 (for ecadd/ecmul/ecpairing)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 11, 2020
1 parent f52d717 commit edcd442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecadd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
ewasm_api = "0.9"
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.0" }
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.1" }

[lib]
crate-type = ["cdylib"]
2 changes: 1 addition & 1 deletion ecmul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
ewasm_api = "0.9"
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.0" }
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.1" }

[lib]
crate-type = ["cdylib"]
2 changes: 1 addition & 1 deletion ecpairing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
ewasm_api = "0.9"
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.0" }
ethereum-bn128 = { git = "https://github.com/ewasm/ethereum-bn128.rs", tag = "0.1.1" }

[lib]
crate-type = ["cdylib"]

0 comments on commit edcd442

Please sign in to comment.