From 282e29745e7058aef61c98317a93efa5b2cac703 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 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4534998..3feaf31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: rust: - stable - nightly - - 1.58.1 # MSRV + - 1.67.1 # MSRV steps: - uses: actions/checkout@v2 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/*"]