Skip to content

Commit

Permalink
release: v0.4.2-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Bosquet committed Jul 19, 2024
1 parent d22dcf4 commit f97b52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sozu-client"
repository = "https://github.com/CleverCloud/sozu-client"
description = "This library provides a client to interact with Sōzu."
documentation = "https://github.com/CleverCloud/sozu-client/blob/main/README.md"
version = "0.4.1"
version = "0.4.2-rc.0"
edition = "2021"
rust-version = "1.74.0"
license-file = "LICENSE"
Expand All @@ -16,7 +16,7 @@ bb8 = "^0.8.1"
config = "^0.14.0"
mio = { version = "^1.0.0", default-features = false, features = ["os-poll", "os-ext", "net"] }
serde_json = "^1.0.111"
sozu-command-lib = "^1.0.3"
sozu-command-lib = "1.1.0-rc.0"

tempdir = "^0.3.7"
thiserror = "^1.0.56"
Expand Down

0 comments on commit f97b52b

Please sign in to comment.