Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit a3319f2

Browse files
committed
Update subsequent core library versions
1 parent ce40f47 commit a3319f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
99
edition = "2018"
1010

1111
[dependencies]
12-
libsecp256k1-core = { version = "0.1.0", path = "core", default-features = false }
12+
libsecp256k1-core = { version = "0.2.0", path = "core", default-features = false }
1313
arrayref = "0.3"
1414
rand = { version = "0.7", default-features = false }
1515
digest = "0.9"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libsecp256k1-core"
33
description = "Core functions for pure Rust secp256k1 implementation."
44
license = "Apache-2.0"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
authors = ["Wei Tang <[email protected]>"]
77
repository = "https://github.com/paritytech/libsecp256k1"
88
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]

gen/ecmult/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "libsecp256k1-gen-ecmult"
33
description = "Generator function of const_gen for libsecp256k1."
44
license = "Apache-2.0"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
authors = ["Wei Tang <[email protected]>"]
77
edition = "2018"
88
repository = "https://github.com/paritytech/libsecp256k1"
99
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
1010

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

gen/genmult/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "libsecp256k1-gen-genmult"
33
description = "Generator function of const for libsecp256k1."
44
license = "Apache-2.0"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
authors = ["Wei Tang <[email protected]>"]
77
edition = "2018"
88
repository = "https://github.com/paritytech/libsecp256k1"
99
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
1010

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

0 commit comments

Comments
 (0)