Skip to content

Commit d07500f

Browse files
Merge pull request #44 from andrewwhitehead/upd/clsig-024
Update anoncreds-clsignatures minimum version
2 parents 84bb89e + 7d66901 commit d07500f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

indy-credx/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indy-credx"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Hyperledger Indy Contributors <[email protected]>"]
55
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)."
66
edition = "2021"
@@ -25,7 +25,7 @@ vendored = ["indy-data-types/vendored"]
2525
[dependencies]
2626
env_logger = { version = "0.10", optional = true }
2727
ffi-support = { version = "0.4.0", optional = true }
28-
indy-data-types = { version = "0.7", features = [
28+
indy-data-types = { version = "0.7.1", features = [
2929
"cl_native",
3030
], path = "../indy-data-types" }
3131
log = "0.4"

indy-data-types/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indy-data-types"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Hyperledger Indy Contributors <[email protected]>"]
55
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)."
66
edition = "2021"
@@ -27,7 +27,7 @@ serde_support = ["serde", "serde_json", "anoncreds-clsignatures?/serde"]
2727
vendored = ["anoncreds-clsignatures?/openssl_vendored"]
2828

2929
[dependencies]
30-
anoncreds-clsignatures = { version = "0.2", optional = true }
30+
anoncreds-clsignatures = { version = "0.2.4", optional = true }
3131
bs58 = "0.5"
3232
curve25519-dalek = { version = "4.1", default-features = false, optional = true }
3333
ed25519-dalek = { version = "2.0", default-features = false, features = [

0 commit comments

Comments
 (0)