Skip to content

Commit

Permalink
Bump ssi-dids-core for release
Browse files Browse the repository at this point in the history
Previous bump of ssi-core was a mistake
  • Loading branch information
sbihel committed Oct 31, 2024
1 parent c7e3fbf commit 5a3ac36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ssi-data-integrity = { path = "./crates/claims/crates/data-integrity", version =
ssi-claims = { path = "./crates/claims", version = "0.2.0", default-features = false }

# DID methods
ssi-dids-core = { path = "./crates/dids/core", version = "0.1.1", default-features = false }
ssi-dids-core = { path = "./crates/dids/core", version = "0.1.2", 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 }
Expand Down
2 changes: 1 addition & 1 deletion crates/dids/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssi-dids-core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Spruce Systems, Inc."]
license = "Apache-2.0"
Expand Down

0 comments on commit 5a3ac36

Please sign in to comment.