Skip to content

Commit 737751f

Browse files
committed
Updated secp256k1 version to 0.28
1 parent fbf813a commit 737751f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyvanityeth"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Tiny and fast command line tool to find vanity Ethereum addresses."
55
authors = ["Csongor Bokay <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -14,7 +14,7 @@ edition = "2021"
1414
getopts = "0.2"
1515
num_cpus = "1"
1616
regex = "1"
17-
secp256k1 = { version = "0.27", features = ["std", "rand-std", "global-context"] }
17+
secp256k1 = { version = "0.28", features = ["std", "rand-std", "global-context"] }
1818
tiny-keccak = { version = "2", features = ["keccak"] }
1919
rust_decimal = { version = "1", features = ["maths"] }
2020

0 commit comments

Comments
 (0)