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/*"]