Skip to content

Commit

Permalink
Bump MSRV to 1.71 for zerofrom 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 29, 2024
1 parent 1b1c4e7 commit acdc466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable, beta, 1.70.0]
rust: [stable, beta, 1.71.1]
exclude:
- os: macos-latest
rust: beta
- os: windows-latest
rust: beta
- os: macos-latest
rust: 1.70.0
rust: 1.71.1
- os: windows-latest
rust: 1.70.0
rust: 1.71.1

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion mendes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mendes"
version = "0.9.4"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71.1"
description = "Rust web toolkit for impatient perfectionists"
documentation = "https://docs.rs/mendes"
repository = "https://github.com/djc/mendes"
Expand Down

0 comments on commit acdc466

Please sign in to comment.