Skip to content

Commit

Permalink
Merge pull request #114 from yotamofek/msrv
Browse files Browse the repository at this point in the history
Bump MSRV up to 1.63
  • Loading branch information
cuviper authored Feb 17, 2025
2 parents ef94c4e + 7972b74 commit a91fefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.37.0 # MSRV
- 1.63.0 # MSRV
- stable
- beta
- nightly
Expand All @@ -37,15 +37,6 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- name: MSRV dependencies
if: matrix.rust == '1.37.0'
run: |
cargo generate-lockfile
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
cargo update -p quote --precise 1.0.30
cargo update -p proc-macro2 --precise 1.0.65
- name: Build (no_std)
run: cargo build --no-default-features

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "either"
version = "1.13.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.37"
edition = "2021"
rust-version = "1.63.0"

license = "MIT OR Apache-2.0"
repository = "https://github.com/rayon-rs/either"
Expand Down

0 comments on commit a91fefd

Please sign in to comment.