Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 25, 2024
1 parent 6585c39 commit 4c39a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.0.9"
version = "0.0.10"
edition = "2021"
repository = "https://github.com/unavi-xyz/dwn"
license = "MIT OR Apache-2.0"
keywords = ["did", "dwn"]

[workspace.dependencies]
didkit = { version = "0.6.0", default-features = false, features = ["ed25519"] }
dwn = { path = "crates/dwn", version = "0.0.9", default-features = false }
dwn = { path = "crates/dwn", version = "0.0.10", default-features = false }
serde_json = "1.0.116"
surrealdb = { version = "2.0.2", default-features = false }
tokio = "1.40.0"
Expand Down

0 comments on commit 4c39a35

Please sign in to comment.