From bcf3c4ce03e263ad3969532a1979aabef98f7f46 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Mon, 20 Jun 2022 19:01:31 +0200 Subject: [PATCH] Release v0.10.4 Signed-off-by: Florentin Dubois --- Cargo.toml | 2 +- README.md | 2 +- examples/cleverctl/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88d41cc..0a5ff36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clevercloud-sdk" description = "A rust client and structures to interact with the Clever-Cloud API." -version = "0.10.3" +version = "0.10.4" edition = "2021" rust-version = "1.60.0" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index dc4dc63..c5b8910 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This crate is under development, you can use it, but it may have bugs or unimple To install this dependency, just add the following line to your `Cargo.toml` manifest. ```toml -clevercloud-sdk = { version = "^0.10.3", features = ["metrics", "jsonschemas"] } +clevercloud-sdk = { version = "^0.10.4", features = ["metrics", "jsonschemas"] } ``` ## Usage diff --git a/examples/cleverctl/Cargo.toml b/examples/cleverctl/Cargo.toml index 41d6f73..ec2d114 100644 --- a/examples/cleverctl/Cargo.toml +++ b/examples/cleverctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cleverctl" description = "A command line interface that use the clevercloud-sdk" -version = "0.10.3" +version = "0.10.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html