From 6959d4fbf5102b7d832121182b9fda53a2c9e5fb Mon Sep 17 00:00:00 2001 From: Olle Sandberg Date: Sat, 16 Sep 2023 20:48:59 +0200 Subject: [PATCH] chore(bitar): MSRV to 1.64 --- .github/workflows/rust.yml | 8 ++++---- bitar/Cargo.toml | 2 +- bitar/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b0099bf..970b81e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ jobs: rust: - stable - nightly - - 1.61.0 + - 1.64.0 steps: - uses: actions/checkout@v2 @@ -55,7 +55,7 @@ jobs: rust: - stable - nightly - - 1.61.0 + - 1.64.0 steps: - uses: actions/checkout@v2 @@ -115,7 +115,7 @@ jobs: strategy: matrix: rust: - - 1.63.0 + - 1.64.0 steps: - name: Checkout sources uses: actions/checkout@v2 @@ -142,7 +142,7 @@ jobs: strategy: matrix: rust: - - 1.63.0 + - 1.64.0 steps: - name: Checkout sources uses: actions/checkout@v2 diff --git a/bitar/Cargo.toml b/bitar/Cargo.toml index 7f2b322..37842bb 100644 --- a/bitar/Cargo.toml +++ b/bitar/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ "differential", ] categories = ["compression", "filesystem"] -rust-version = "1.61" +rust-version = "1.64" [build-dependencies] prost-build = "0.12" diff --git a/bitar/README.md b/bitar/README.md index 3794ba0..fb02db6 100644 --- a/bitar/README.md +++ b/bitar/README.md @@ -11,7 +11,7 @@ A library to use for low bandwidth file synchronization over HTTP. ### Minimum Supported Rust Version (MSRV) -This crate is guaranteed to compile on stable rust 1.61 and up. It might compile with older versions depending on features set but it may change in any new patch release. +This crate is guaranteed to compile on stable rust 1.64 and up. It might compile with older versions depending on features set but it may change in any new patch release. ### Usage