Skip to content

Commit

Permalink
Release 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jul 15, 2024
1 parent 2378b14 commit 0e86f67
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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 worterbuch-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worterbuch-cli"
version = "0.44.0"
version = "0.45.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Command line clients for Wörterbuch."
Expand All @@ -11,7 +11,7 @@ keywords = ["message", "broker", "data", "base", "pubsub"]
categories = ["database", "command-line-utilities"]

[dependencies]
worterbuch-client = "0.44.0"
worterbuch-client = "0.45.0"
tokio = { version = "1.26.0", features = ["rt", "macros", "io-std", "time"] }
tokio-graceful-shutdown = "0.13.0"
dotenv = "0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions worterbuch-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worterbuch-client"
version = "0.44.2"
version = "0.45.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Client library for Wörterbuch."
Expand All @@ -11,7 +11,7 @@ keywords = ["message", "broker", "data", "base", "pubsub"]
categories = ["database"]

[dependencies]
worterbuch-common = "0.44.2"
worterbuch-common = "0.45.0"
log = "0.4.17"
tokio = { version = "1.26.0", features = ["sync", "rt", "macros", "time"] }
serde = { version = "1.0.157", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion worterbuch-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worterbuch-common"
version = "0.44.2"
version = "0.45.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Client library for Wörterbuch."
Expand Down
2 changes: 1 addition & 1 deletion worterbuch-speedtest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worterbuch-speedtest"
version = "0.43.7"
version = "0.45.0"
edition = "2021"
license = "AGPL-3.0-or-later"

Expand Down
4 changes: 2 additions & 2 deletions worterbuch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worterbuch"
version = "0.44.2"
version = "0.45.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "A message broker / database hybrid."
Expand All @@ -17,7 +17,7 @@ commercial = []
default = ["jemalloc"]

[dependencies]
worterbuch-common = { version = "0.44.2" }
worterbuch-common = { version = "0.45.0" }
tokio = { version = "1.26.0", features = ["signal", "rt-multi-thread", "fs"] }
tokio-graceful-shutdown = "0.13.0"
log = "0.4.17"
Expand Down

0 comments on commit 0e86f67

Please sign in to comment.