Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jun 30, 2022
1 parent 1441fa7 commit 5a293c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 libworterbuch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libworterbuch"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Client library for Wörterbuch."
Expand All @@ -19,7 +19,7 @@ web = ["futures-util", "tokio-tungstenite"]

[dependencies]
log = "0.4.17"
tokio = { version = "1.19.2", features = ["sync", "rt"] }
tokio = { version = "1.19.2", features = ["sync", "rt", "io-util"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81" }

Expand Down
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.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Command line clients for Wörterbuch."
Expand All @@ -17,7 +17,7 @@ ws = ["libworterbuch/ws"]
graphql = ["libworterbuch/graphql"]

[dependencies]
libworterbuch = { version = "0.2.2" }
libworterbuch = { version = "0.3.0" }
tokio = { version = "1.19.2", features = ["full"] }
dotenv = "0.15.0"
anyhow = "1.0.57"
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.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "A message broker / database hybrid."
Expand Down Expand Up @@ -29,7 +29,7 @@ graphql = [
web = ["async", "warp", "openssl"]

[dependencies]
libworterbuch = { version = "0.2.2" }
libworterbuch = { version = "0.3.0" }
tokio = { version = "1.19.2", features = ["full"] }
log = "0.4.17"
env_logger = "0.9.0"
Expand Down

0 comments on commit 5a293c0

Please sign in to comment.