From c40e6b0f273f2e59c73efd75c291aa2e2ecf0b95 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Mon, 13 Dec 2021 14:23:47 +0100 Subject: [PATCH] release: v0.5.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ff7d1c..7a5f9e1 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.5.1" +version = "0.5.2" edition = "2021" rust-version = "1.56" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index 5d8201c..e16ece8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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.5.1", features = ["metrics", "jsonschemas"] } +clevercloud-sdk = { version = "^0.5.2", features = ["metrics", "jsonschemas"] } ``` ## Usage