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