diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e90de..3fd14ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: run: | echo "release-type: $RELEASE_TYPE" cargo semver-checks --workspace \ - --baseline-version 2.2.1 \ + --baseline-version 2.3.0 \ --release-type "$RELEASE_TYPE" # MSRV applies to the crates that do not need the pinned nightly