From 8f64f353f3cc2cad93346052c89a777f131ad28b Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 13 Oct 2024 17:02:06 -0700 Subject: [PATCH] New S3 SDK needs Rust 1.78 --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1e0339a8..cb3d8ef9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,7 +53,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] features: ["", "s3"] - version: [stable, nightly, "1.74"] + version: [stable, nightly, "1.78"] steps: - uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 121e276b..217fd74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "conserve" readme = "README.md" repository = "https://github.com/sourcefrog/conserve/" version = "24.8.0" -rust-version = "1.74" +rust-version = "1.78" [[bin]] doc = false