Skip to content

Commit

Permalink
Release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Sep 14, 2023
1 parent 120329a commit 8c1419f
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.37.7"
version = "0.38.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.37.0"
worterbuch-client = "0.38.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.37.7"
version = "0.38.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.37.0"
worterbuch-common = "0.38.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.37.6"
version = "0.38.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.37.8"
version = "0.38.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.37.0", features = ["web"] }
worterbuch-common = { version = "0.38.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 8c1419f

Please sign in to comment.