Skip to content

Commit 4c61bbd

Browse files
committed
break: bump MSRV to 1.67.1
1 parent 8b54248 commit 4c61bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 <[email protected]>"]
1111
description = "A conventional changelog for the rest of us"
1212
exclude = ["docs/*"]

0 commit comments

Comments
 (0)