diff --git a/Cargo.toml b/Cargo.toml index 20ba1f334..2ca2e2460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ssi-rdf = { path = "./crates/rdf", version = "0.1", default-features = false } ssi-contexts = { path = "./crates/contexts", version = "0.1.6", default-features = false } ssi-json-ld = { path = "./crates/json-ld", version = "0.3", default-features = false } ssi-security = { path = "./crates/security", version = "0.1", default-features = false } -ssi-caips = { path = "./crates/caips", version = "0.2", default-features = false } +ssi-caips = { path = "./crates/caips", version = "0.2.1", default-features = false } 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 } @@ -58,13 +58,13 @@ ssi-claims = { path = "./crates/claims", version = "0.1.1", default-features = f # DID methods ssi-dids-core = { path = "./crates/dids/core", version = "0.1.1", default-features = false } -did-ethr = { path = "./crates/dids/methods/ethr", version = "0.3", default-features = false } +did-ethr = { path = "./crates/dids/methods/ethr", version = "0.3.1", default-features = false } 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.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 } +did-web = { path = "./crates/dids/methods/web", version = "0.3.1", default-features = false } ssi-dids = { path = "./crates/dids", version = "0.2.1", default-features = false } # crypto diff --git a/crates/caips/Cargo.toml b/crates/caips/Cargo.toml index 583023c85..5af7dda8f 100644 --- a/crates/caips/Cargo.toml +++ b/crates/caips/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssi-caips" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0" diff --git a/crates/dids/methods/ethr/Cargo.toml b/crates/dids/methods/ethr/Cargo.toml index 2877c2d9a..acf5515aa 100644 --- a/crates/dids/methods/ethr/Cargo.toml +++ b/crates/dids/methods/ethr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "did-ethr" -version = "0.3.0" +version = "0.3.1" authors = ["Spruce Systems, Inc."] edition = "2021" license = "Apache-2.0" @@ -29,4 +29,4 @@ ssi-json-ld.workspace = true xsd-types.workspace = true linked-data.workspace = true serde = { workspace = true, features = ["derive"] } -json-syntax.workspace = true \ No newline at end of file +json-syntax.workspace = true diff --git a/crates/dids/methods/web/Cargo.toml b/crates/dids/methods/web/Cargo.toml index 190967c8d..f36d8f2b3 100644 --- a/crates/dids/methods/web/Cargo.toml +++ b/crates/dids/methods/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "did-web" -version = "0.3.0" +version = "0.3.1" authors = ["Spruce Systems, Inc."] edition = "2021" license = "Apache-2.0" @@ -35,4 +35,4 @@ static-iref.workspace = true xsd-types.workspace = true tokio = { version = "1.0", features = ["macros"] } futures = "0.3" -hyper = { version = "0.14", features = ["server", "client", "http1", "stream"] } \ No newline at end of file +hyper = { version = "0.14", features = ["server", "client", "http1", "stream"] }