Skip to content

Commit 59358a6

Browse files
authored
Run cargo-semver-checks with release-type minor (#2277)
1 parent 9429cb9 commit 59358a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,4 @@ jobs:
201201
- uses: obi1kenobi/cargo-semver-checks-action@v2
202202
with:
203203
feature-group: default-features
204+
release-type: minor

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image"
3-
version = "0.25.2"
3+
version = "0.25.1"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)