Skip to content

Commit

Permalink
Downgrade secp256k1 to 0.27.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Oct 31, 2023
1 parent 720a6e1 commit a9df179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carbonado"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "MIT"
description = "An apocalypse-resistant data storage format for the truly paranoid."
Expand All @@ -23,7 +23,7 @@ libsecp256k1 = { version = "0.7.1", features = ["std"] }
log = "0.4.19"
nom = "7.1.3"
pretty_env_logger = "0.5.0"
secp256k1 = { version = "0.28.0", features = [
secp256k1 = { version = "0.27.0", features = [
"global-context",
"rand-std",
"serde",
Expand Down

0 comments on commit a9df179

Please sign in to comment.