Skip to content

Commit

Permalink
Update subsequent core library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed May 18, 2021
1 parent ce40f47 commit a3319f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
edition = "2018"

[dependencies]
libsecp256k1-core = { version = "0.1.0", path = "core", default-features = false }
libsecp256k1-core = { version = "0.2.0", path = "core", default-features = false }
arrayref = "0.3"
rand = { version = "0.7", default-features = false }
digest = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsecp256k1-core"
description = "Core functions for pure Rust secp256k1 implementation."
license = "Apache-2.0"
version = "0.1.0"
version = "0.2.0"
authors = ["Wei Tang <hi@that.world>"]
repository = "https://github.com/paritytech/libsecp256k1"
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
Expand Down
4 changes: 2 additions & 2 deletions gen/ecmult/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "libsecp256k1-gen-ecmult"
description = "Generator function of const_gen for libsecp256k1."
license = "Apache-2.0"
version = "0.1.0"
version = "0.2.0"
authors = ["Wei Tang <hi@that.world>"]
edition = "2018"
repository = "https://github.com/paritytech/libsecp256k1"
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]

[dependencies]
libsecp256k1-core = { version = "0.1.0", path = "../../core" }
libsecp256k1-core = { version = "0.2.0", path = "../../core" }
4 changes: 2 additions & 2 deletions gen/genmult/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "libsecp256k1-gen-genmult"
description = "Generator function of const for libsecp256k1."
license = "Apache-2.0"
version = "0.1.0"
version = "0.2.0"
authors = ["Wei Tang <hi@that.world>"]
edition = "2018"
repository = "https://github.com/paritytech/libsecp256k1"
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]

[dependencies]
libsecp256k1-core = { version = "0.1.0", path = "../../core" }
libsecp256k1-core = { version = "0.2.0", path = "../../core" }

0 comments on commit a3319f2

Please sign in to comment.