Skip to content

Commit

Permalink
Release 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Oct 18, 2023
1 parent 2524fb5 commit b845c8e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.40.2"
version = "0.41.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.40.0"
worterbuch-client = "0.41.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.40.2"
version = "0.41.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.40.2"
worterbuch-common = "0.41.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.40.2"
version = "0.41.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Client library for Wörterbuch."
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.40.2"
version = "0.41.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "A message broker / database hybrid."
Expand All @@ -11,7 +11,7 @@ keywords = ["message", "broker", "data", "base", "pubsub"]
categories = ["database-implementations"]

[dependencies]
worterbuch-common = { version = "0.40.2", features = ["web"] }
worterbuch-common = { version = "0.41.0", features = ["web"] }
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 b845c8e

Please sign in to comment.