Skip to content

Commit

Permalink
Merge pull request #44 from andrewwhitehead/upd/clsig-024
Browse files Browse the repository at this point in the history
Update anoncreds-clsignatures minimum version
  • Loading branch information
andrewwhitehead committed Nov 10, 2023
2 parents 84bb89e + 7d66901 commit d07500f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions indy-credx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy-credx"
version = "1.1.0"
version = "1.1.1"
authors = ["Hyperledger Indy Contributors <indy@lists.hyperledger.org>"]
description = "Verifiable credential issuance and presentation for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)."
edition = "2021"
Expand All @@ -25,7 +25,7 @@ vendored = ["indy-data-types/vendored"]
[dependencies]
env_logger = { version = "0.10", optional = true }
ffi-support = { version = "0.4.0", optional = true }
indy-data-types = { version = "0.7", features = [
indy-data-types = { version = "0.7.1", features = [
"cl_native",
], path = "../indy-data-types" }
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions indy-data-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy-data-types"
version = "0.7.0"
version = "0.7.1"
authors = ["Hyperledger Indy Contributors <indy@lists.hyperledger.org>"]
description = "Common data types for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)."
edition = "2021"
Expand All @@ -27,7 +27,7 @@ serde_support = ["serde", "serde_json", "anoncreds-clsignatures?/serde"]
vendored = ["anoncreds-clsignatures?/openssl_vendored"]

[dependencies]
anoncreds-clsignatures = { version = "0.2", optional = true }
anoncreds-clsignatures = { version = "0.2.4", optional = true }
bs58 = "0.5"
curve25519-dalek = { version = "4.1", default-features = false, optional = true }
ed25519-dalek = { version = "2.0", default-features = false, features = [
Expand Down

0 comments on commit d07500f

Please sign in to comment.