From 93cab967965bc0efb0556f7fda1604c8e110d522 Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sun, 23 Apr 2023 22:08:02 +0200 Subject: [PATCH] Remove warning in README (#42) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 600f91d..c99f4b1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # cargo-semver-checks-action Lint your crate API changes for semver violations. -*This is the work-in-progress v2 version of this action. Find the docs for the stable v1 action [here](https://github.com/obi1kenobi/cargo-semver-checks-action/tree/v1.4).* - ```yaml - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2