Skip to content

Commit 282e297

Browse files
committed
break: bump MSRV to 1.67.1
1 parent 8b54248 commit 282e297

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
rust:
1212
- stable
1313
- nightly
14-
- 1.58.1 # MSRV
14+
- 1.67.1 # MSRV
1515

1616
steps:
1717
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords = ["git", "log", "changelog", "parser", "parse"]
55
license = "MIT"
66
name = "clog"
77
edition = "2021"
8-
version = "0.10.1"
9-
rust-version = "1.58.1" # MSRV
8+
version = "0.11.0"
9+
rust-version = "1.67.1" # MSRV
1010
authors = ["Christoph Burgdorf <christoph.burgdorf@bvsn.org>"]
1111
description = "A conventional changelog for the rest of us"
1212
exclude = ["docs/*"]

0 commit comments

Comments
 (0)