From 4c61bbd390b96b7ac9abc40dfe92da0f4283ae66 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 8 Jul 2024 19:13:12 -0400 Subject: [PATCH] break: bump MSRV to 1.67.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bee0c99..007651d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "A conventional changelog for the rest of us" exclude = ["docs/*"]