Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 18, 2023
1 parent 2d27269 commit 89dc0b4
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 @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "0.0.2"
edition = "2021"
repository = "https://github.com/unavi-xyz/dwn"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion dwn-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true

[dependencies]
axum = "0.7.2"
dwn = { version = "0.0.1", path = "../dwn" }
dwn = { version = "0.0.2", path = "../dwn" }
tokio = { version = "1.35.0", features = ["full", "tracing"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 89dc0b4

Please sign in to comment.