Skip to content

Commit

Permalink
Bump MSRV to 1.74.0 to resolve a problem with cargo llvm-cov (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Feb 10, 2024
1 parent 19e730a commit 44d2c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
rust_version: [stable, 1.72.0]
rust_version: [stable, 1.74.0]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
authors = ["Eric Scouten <[email protected]>"]
keywords = ["asciidoc", "parser"]
repository = "https://github.com/scouten/asciidoc-parser"
rust-version = "1.72.0"
rust-version = "1.74.0"

[dependencies]
nom = "7.1"
Expand Down

0 comments on commit 44d2c61

Please sign in to comment.