File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " clevercloud-sdk"
33description = " A rust client and structures to interact with the Clever-Cloud API."
4- version = " 0.14 .0"
4+ version = " 0.15 .0"
55edition = " 2024"
66rust-version = " 1.85.0"
77authors = [" Florentin Dubois <florentin.dubois@clever-cloud.com>" ]
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name = "cleverctl"
33description = " A command line interface that use the clevercloud-sdk"
44authors = [" Florentin Dubois <florentin.dubois@clever-cloud.com>" ]
55rust-version = " 1.85.0"
6- version = " 0.14 .0"
6+ version = " 0.15 .0"
77edition = " 2024"
88
99# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010
1111[dependencies ]
12- clevercloud-sdk = { path = " ../.." , features = [
12+ clevercloud-sdk = { version = " 0.15.0 " , path = " ../.." , features = [
1313 " metrics" ,
1414 " tracing" ,
1515 " jsonschemas" ,
You can’t perform that action at this time.
0 commit comments