Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jun 28, 2022
1 parent 8d34d71 commit 775af55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion libworterbuch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libworterbuch"
version = "0.1.1"
version = "0.2.1"
edition = "2021"
authors = ["Michael Bachmann <[email protected]>"]
description = "Client library for Wörterbuch."
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.1.1"
version = "0.2.1"
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.1.1" }
libworterbuch = { version = "0.2.1" }
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.1.1"
version = "0.2.1"
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.1.1" }
libworterbuch = { version = "0.2.1" }
tokio = { version = "1.19.2", features = ["full"] }
log = "0.4.17"
env_logger = "0.9.0"
Expand Down

0 comments on commit 775af55

Please sign in to comment.