Skip to content

Commit 7d5269b

Browse files
committed
Add semver-checks to CI
1 parent 5c7f08d commit 7d5269b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,9 @@ jobs:
229229
- uses: codecov/codecov-action@v4
230230
with:
231231
token: ${{ secrets.CODECOV_TOKEN }}
232+
233+
semver-checks:
234+
runs-on: ubuntu-latest
235+
steps:
236+
- uses: actions/checkout@v4
237+
- uses: obi1kenobi/cargo-semver-checks-action@v2

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arcstr"
3-
version = "1.1.5"
3+
version = "1.2.0"
44
rust-version = "1.57.0"
55
authors = ["Thom Chiovoloni <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)