diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 515acb85..ab2522c4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -68,12 +68,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - toolchain: [1.82.0, 1.74.0] + toolchain: [1.82.0, 1.75.0] include: - os: windows-latest toolchain: 1.82.0-x86_64-pc-windows-gnu - os: windows-latest - toolchain: 1.74.0-x86_64-pc-windows-gnu + toolchain: 1.75.0-x86_64-pc-windows-gnu runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 91b738da..89d1a25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Mike Hommey "] edition = "2021" license = "MPL-2.0 AND GPL-2.0" repository = "https://github.com/glandium/git-cinnabar" -rust-version = "1.74.0" +rust-version = "1.75.0" include = [ "/src", "/MPL-2.0", diff --git a/README.md b/README.md index 8d88a6b0..3492d94d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Requirements: - Git (any version should work ; cinnabarclone bundles require 1.4.4). - In order to build from source: - - Rust 1.74.0 or newer. + - Rust 1.75.0 or newer. - A C compiler (GCC or clang). - make. - CURL development headers and libraries (except on Windows). Please note that on MacOS they are included in the SDK.