Skip to content

Commit

Permalink
Bump MSRV to 1.75.0
Browse files Browse the repository at this point in the history
This will be necessary to upgrade derive_more.
  • Loading branch information
glandium committed Dec 11, 2024
1 parent e0b1b51 commit 97f4442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Mike Hommey <[email protected]>"]
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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97f4442

Please sign in to comment.