Skip to content

Commit

Permalink
break: bump MSRV to 1.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 8, 2024
1 parent 8b54248 commit 282e297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
rust:
- stable
- nightly
- 1.58.1 # MSRV
- 1.67.1 # MSRV

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ keywords = ["git", "log", "changelog", "parser", "parse"]
license = "MIT"
name = "clog"
edition = "2021"
version = "0.10.1"
rust-version = "1.58.1" # MSRV
version = "0.11.0"
rust-version = "1.67.1" # MSRV
authors = ["Christoph Burgdorf <christoph.burgdorf@bvsn.org>"]
description = "A conventional changelog for the rest of us"
exclude = ["docs/*"]
Expand Down

0 comments on commit 282e297

Please sign in to comment.