diff --git a/Cargo.toml b/Cargo.toml index cff969e05..20ba1f334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,11 @@ members = [ ] [workspace.dependencies] -ssi-core = { path = "./crates/core", version = "0.2", default-features = false } +ssi-core = { path = "./crates/core", version = "0.2.1", default-features = false } ssi-multicodec = { path = "./crates/multicodec", version = "0.2", default-features = false } ssi-crypto = { path = "./crates/crypto", version = "0.2.1", default-features = false } -ssi-verification-methods-core = { path = "./crates/verification-methods/core", version = "0.1", default-features = false } -ssi-verification-methods = { path = "./crates/verification-methods", version = "0.1", default-features = false } +ssi-verification-methods-core = { path = "./crates/verification-methods/core", version = "0.1.1", default-features = false } +ssi-verification-methods = { path = "./crates/verification-methods", version = "0.1.1", default-features = false } ssi-jwk = { path = "./crates/jwk", version = "0.3", default-features = false } ssi-tzkey = { path = "./crates/tzkey", version = "0.2.1", default-features = false } ssi-eip712 = { path = "./crates/eip712", version = "0.1", default-features = false } @@ -40,7 +40,7 @@ ssi-ucan = { path = "./crates/ucan", version = "0.2.1", default-features = false ssi-zcap-ld = { path = "./crates/zcap-ld", version = "0.2.1", default-features = false } ssi-ssh = { path = "./crates/ssh", version = "0.2.1", default-features = false } ssi-status = { path = "./crates/status", version = "0.2", default-features = false } -ssi-bbs = { path = "./crates/bbs", version = "0.1", default-features = false } +ssi-bbs = { path = "./crates/bbs", version = "0.1.1", default-features = false } # Verifiable Claims ssi-claims-core = { path = "./crates/claims/core", version = "0.1.2", default-features = false } @@ -62,7 +62,7 @@ did-ethr = { path = "./crates/dids/methods/ethr", version = "0.3", default-featu did-ion = { path = "./crates/dids/methods/ion", version = "0.3.1", default-features = false } did-jwk = { path = "./crates/dids/methods/jwk", version = "0.2.1", default-features = false } did-method-key = { path = "./crates/dids/methods/key", version = "0.3.1", default-features = false } -did-pkh = { path = "./crates/dids/methods/pkh", version = "0.3", default-features = false } +did-pkh = { path = "./crates/dids/methods/pkh", version = "0.3.1", default-features = false } did-tz = { path = "./crates/dids/methods/tz", version = "0.3.1", default-features = false } did-web = { path = "./crates/dids/methods/web", version = "0.3", default-features = false } ssi-dids = { path = "./crates/dids", version = "0.2.1", default-features = false } diff --git a/crates/bbs/Cargo.toml b/crates/bbs/Cargo.toml index ab42c2bb7..ea0df1156 100644 --- a/crates/bbs/Cargo.toml +++ b/crates/bbs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssi-bbs" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0" @@ -12,4 +12,4 @@ documentation = "https://docs.rs/ssi-bbs/" ssi-crypto.workspace = true ssi-claims-core.workspace = true zkryptium = "=0.2.2" -rand.workspace = true \ No newline at end of file +rand.workspace = true diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index c32e962d6..18e50cff9 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssi-core" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0" diff --git a/crates/dids/methods/pkh/Cargo.toml b/crates/dids/methods/pkh/Cargo.toml index 80661d368..a95d77a45 100644 --- a/crates/dids/methods/pkh/Cargo.toml +++ b/crates/dids/methods/pkh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "did-pkh" -version = "0.3.0" +version = "0.3.1" authors = ["Spruce Systems, Inc."] edition = "2021" license = "Apache-2.0" diff --git a/crates/verification-methods/Cargo.toml b/crates/verification-methods/Cargo.toml index a19847cf6..af190bb5b 100644 --- a/crates/verification-methods/Cargo.toml +++ b/crates/verification-methods/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssi-verification-methods" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0" diff --git a/crates/verification-methods/core/Cargo.toml b/crates/verification-methods/core/Cargo.toml index af515bc2d..36f0dd7d0 100644 --- a/crates/verification-methods/core/Cargo.toml +++ b/crates/verification-methods/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssi-verification-methods-core" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0" @@ -29,4 +29,4 @@ linked-data = { workspace = true, features = ["derive"] } educe.workspace = true multibase.workspace = true bs58.workspace = true -hex.workspace = true \ No newline at end of file +hex.workspace = true