From eedae2621c1d65e505ee32058ef62723a02670c1 Mon Sep 17 00:00:00 2001 From: llenotre Date: Wed, 22 May 2024 12:02:18 +0200 Subject: [PATCH 1/4] chore: bump rust version to 1.78.0 --- Cargo.toml | 2 +- examples/cleverctl/Cargo.toml | 2 +- examples/cleverctl/rust-toolchain | 2 +- rust-toolchain | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e859949..8db5d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clevercloud-sdk" description = "A rust client and structures to interact with the Clever-Cloud API." version = "0.11.1" edition = "2021" -rust-version = "1.64.0" +rust-version = "1.78.0" authors = ["Florentin Dubois "] license-file = "LICENSE" readme = "README.md" diff --git a/examples/cleverctl/Cargo.toml b/examples/cleverctl/Cargo.toml index 5c7af4c..28ab4fc 100644 --- a/examples/cleverctl/Cargo.toml +++ b/examples/cleverctl/Cargo.toml @@ -2,7 +2,7 @@ name = "cleverctl" description = "A command line interface that use the clevercloud-sdk" authors = ["Florentin Dubois "] -rust-version = "1.64.0" +rust-version = "1.78.0" version = "0.11.1" edition = "2021" diff --git a/examples/cleverctl/rust-toolchain b/examples/cleverctl/rust-toolchain index 9405730..5422724 100644 --- a/examples/cleverctl/rust-toolchain +++ b/examples/cleverctl/rust-toolchain @@ -1 +1 @@ -1.64.0 +1.78.0 diff --git a/rust-toolchain b/rust-toolchain index 9405730..5422724 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.64.0 +1.78.0 From 6e3ddcad9bb8801ac6162bcf4d6ec57cb85b4b76 Mon Sep 17 00:00:00 2001 From: llenotre Date: Wed, 22 May 2024 15:10:56 +0200 Subject: [PATCH 2/4] chore: use msrv --- Cargo.toml | 2 +- examples/cleverctl/Cargo.toml | 2 +- examples/cleverctl/rust-toolchain | 2 +- rust-toolchain | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8db5d9e..e859949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clevercloud-sdk" description = "A rust client and structures to interact with the Clever-Cloud API." version = "0.11.1" edition = "2021" -rust-version = "1.78.0" +rust-version = "1.64.0" authors = ["Florentin Dubois "] license-file = "LICENSE" readme = "README.md" diff --git a/examples/cleverctl/Cargo.toml b/examples/cleverctl/Cargo.toml index 28ab4fc..5c7af4c 100644 --- a/examples/cleverctl/Cargo.toml +++ b/examples/cleverctl/Cargo.toml @@ -2,7 +2,7 @@ name = "cleverctl" description = "A command line interface that use the clevercloud-sdk" authors = ["Florentin Dubois "] -rust-version = "1.78.0" +rust-version = "1.64.0" version = "0.11.1" edition = "2021" diff --git a/examples/cleverctl/rust-toolchain b/examples/cleverctl/rust-toolchain index 5422724..8062741 100644 --- a/examples/cleverctl/rust-toolchain +++ b/examples/cleverctl/rust-toolchain @@ -1 +1 @@ -1.78.0 +1.74.1 diff --git a/rust-toolchain b/rust-toolchain index 5422724..9405730 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.78.0 +1.64.0 From ea814b2151f2c469fbfd3af29d70ed3a7dbaad2d Mon Sep 17 00:00:00 2001 From: llenotre Date: Wed, 22 May 2024 15:12:41 +0200 Subject: [PATCH 3/4] ci: bump rust version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f398808..accb26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: rust: - - 1.64.0 + - 1.74.1 - stable - beta - nightly @@ -31,7 +31,7 @@ jobs: fail-fast: true matrix: rust: - - 1.64.0 + - 1.74.1 - stable - beta - nightly From bc9dacd64e3070bb19793a550f2efdb069395b3c Mon Sep 17 00:00:00 2001 From: llenotre Date: Wed, 22 May 2024 15:45:43 +0200 Subject: [PATCH 4/4] fix: rust version for tarpaulin --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- examples/cleverctl/Cargo.toml | 2 +- examples/cleverctl/rust-toolchain | 2 +- rust-toolchain | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index accb26a..f80f5d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: rust: - - 1.74.1 + - 1.77.0 - stable - beta - nightly @@ -31,7 +31,7 @@ jobs: fail-fast: true matrix: rust: - - 1.74.1 + - 1.77.0 - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index e859949..405e169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clevercloud-sdk" description = "A rust client and structures to interact with the Clever-Cloud API." version = "0.11.1" edition = "2021" -rust-version = "1.64.0" +rust-version = "1.77.0" authors = ["Florentin Dubois "] license-file = "LICENSE" readme = "README.md" diff --git a/examples/cleverctl/Cargo.toml b/examples/cleverctl/Cargo.toml index 5c7af4c..75c262f 100644 --- a/examples/cleverctl/Cargo.toml +++ b/examples/cleverctl/Cargo.toml @@ -2,7 +2,7 @@ name = "cleverctl" description = "A command line interface that use the clevercloud-sdk" authors = ["Florentin Dubois "] -rust-version = "1.64.0" +rust-version = "1.77.0" version = "0.11.1" edition = "2021" diff --git a/examples/cleverctl/rust-toolchain b/examples/cleverctl/rust-toolchain index 8062741..79e15fd 100644 --- a/examples/cleverctl/rust-toolchain +++ b/examples/cleverctl/rust-toolchain @@ -1 +1 @@ -1.74.1 +1.77.0 diff --git a/rust-toolchain b/rust-toolchain index 9405730..79e15fd 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.64.0 +1.77.0