Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
svc-autorelease committed Feb 10, 2025
1 parent 9cbbdaa commit 053c093
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "5.1.0"
version = "5.2.0"

[workspace]
resolver = "2"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion witchcraft-server-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ syn = { version = "2", features = ["full"] }
[dev-dependencies]
conjure-error = "4"
refreshable = "2"
witchcraft-server = { version = "5.1.0", path = "../witchcraft-server" }
witchcraft-server = { version = "5.2.0", path = "../witchcraft-server" }
4 changes: 2 additions & 2 deletions witchcraft-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ tokio = { version = "1.37", features = [
tracing = { version = "0.1", features = ["log"] }
witchcraft-log = "4"
witchcraft-metrics = "1"
witchcraft-server-config = { version = "5.1.0", path = "../witchcraft-server-config" }
witchcraft-server-macros = { version = "5.1.0", path = "../witchcraft-server-macros" }
witchcraft-server-config = { version = "5.2.0", path = "../witchcraft-server-config" }
witchcraft-server-macros = { version = "5.2.0", path = "../witchcraft-server-macros" }
zipkin = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 053c093

Please sign in to comment.