From f97b52b73195b14c328fee68f505c4e5a8e9a1c9 Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Fri, 19 Jul 2024 10:32:07 +0200 Subject: [PATCH] release: v0.4.2-rc.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d486bb..c502396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"