From 1f6ff6a360a7a37dbeae336f5b27676b80fa0979 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Wed, 10 Aug 2022 17:47:11 +0200 Subject: [PATCH] Release v0.10.7 Signed-off-by: Florentin Dubois --- Cargo.toml | 2 +- README.md | 2 +- examples/cleverctl/Cargo.toml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43548ec..d5ad87e 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.6" +version = "0.10.7" edition = "2021" rust-version = "1.60.0" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index bebea49..e173f9d 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.6", features = ["metrics", "jsonschemas"] } +clevercloud-sdk = { version = "^0.10.7", features = ["metrics", "jsonschemas"] } ``` ## Usage diff --git a/examples/cleverctl/Cargo.toml b/examples/cleverctl/Cargo.toml index ba3249c..7cdfa3c 100644 --- a/examples/cleverctl/Cargo.toml +++ b/examples/cleverctl/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "cleverctl" description = "A command line interface that use the clevercloud-sdk" -version = "0.10.6" +authors = ["Florentin Dubois "] +version = "0.10.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html