Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jan 28, 2024
1 parent adaf463 commit 4e1a6bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.58", stable, nightly]
rust: ['1.66', stable, nightly]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.58", stable]
rust: ['1.66', stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "genco"
version = "0.17.8"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.58"
rust-version = "1.66"
description = "A whitespace-aware quasiquoter for beautiful code generation."
documentation = "https://docs.rs/genco"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion genco-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "genco-macros"
version = "0.17.8"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.58"
rust-version = "1.66"
description = """
A whitespace-aware quasiquoter for beautiful code generation.
"""
Expand Down

0 comments on commit 4e1a6bd

Please sign in to comment.