Skip to content

Commit

Permalink
Bump ssi-core for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Oct 31, 2024
1 parent 891ada9 commit c7e3fbf
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 @@ -23,7 +23,7 @@ members = [
]

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

0 comments on commit c7e3fbf

Please sign in to comment.