From 891ada99a945b4923c8e0583bff28daedc1840b0 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Thu, 31 Oct 2024 17:51:43 +0000 Subject: [PATCH] Bump did-web version for release --- Cargo.toml | 2 +- crates/dids/methods/web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0501a2a3e..f45fa0930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ did-jwk = { path = "./crates/dids/methods/jwk", version = "0.2.1", default-featu 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.1", default-features = false } +did-web = { path = "./crates/dids/methods/web", version = "0.3.2", default-features = false } ssi-dids = { path = "./crates/dids", version = "0.2.1", default-features = false } # crypto diff --git a/crates/dids/methods/web/Cargo.toml b/crates/dids/methods/web/Cargo.toml index f36d8f2b3..5996016bd 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.1" +version = "0.3.2" authors = ["Spruce Systems, Inc."] edition = "2021" license = "Apache-2.0"