Skip to content

Commit

Permalink
Bump MSRV to 1.70 (for tokio 1.39)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 26, 2024
1 parent 28c22e6 commit 37137e9
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.67.0]
rust: [stable, beta, 1.70.0]
exclude:
- os: macos-latest
rust: beta
- os: windows-latest
rust: beta
- os: macos-latest
rust: 1.67.0
rust: 1.70.0
- os: windows-latest
rust: 1.67.0
rust: 1.70.0

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.3"
edition = "2021"
rust-version = "1.67"
rust-version = "1.70"
description = "Rust web toolkit for impatient perfectionists"
documentation = "https://docs.rs/mendes"
repository = "https://github.com/djc/mendes"
Expand Down

0 comments on commit 37137e9

Please sign in to comment.