Skip to content

Commit

Permalink
Bump version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Oct 3, 2024
1 parent 9af074f commit 7206207
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions next-gen-signatures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "next-gen-signatures"
version = "0.0.3"
version = "0.0.4"
edition = "2021"

[features]
Expand All @@ -10,10 +10,13 @@ bbs = [
"dep:ark-bls12-381",
"dep:ark-ec",
"dep:ark-serialize",
"dep:ark-std",
"dep:bbs_plus",
"dep:blake2",
"dep:dock_crypto_utils",
"dep:num-bigint",
"dep:rand",
"dep:schnorr_pok",
]

[dependencies]
Expand All @@ -29,10 +32,10 @@ fips204 = { version = "0.2.2", optional = true }
ark-bls12-381 = { version = "0.4.0", optional = true }
ark-ec = { version = "0.4.2", optional = true }
ark-serialize = { version = "0.4.2", optional = true }
ark-std = { version = "0.4.0", optional = true }
bbs_plus = { version = "0.22.0", optional = true }
blake2 = { version = "0.10.6", optional = true }
dock_crypto_utils = { version = "0.20.0", optional = true }
num-bigint = { version = "0.4.6", optional = true }
rand = { version = "0.8.5", optional = true }
ark-std = "0.4.0"
dock_crypto_utils = "0.20.0"
schnorr_pok = "0.20.0"
schnorr_pok = { version = "0.20.0", optional = true }
2 changes: 1 addition & 1 deletion next-gen-signing-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "next-gen-signing-service"
version = "0.0.3"
version = "0.0.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 7206207

Please sign in to comment.