Skip to content

Commit

Permalink
Merge branch 'main' into refactor-switch-to-hex
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/ticket.rs
  • Loading branch information
rklaehn committed Nov 29, 2024
2 parents 65d5d4f + eeb8833 commit 1fc02cb
Show file tree
Hide file tree
Showing 29 changed files with 7,515 additions and 478 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
run: |
echo "HEAD_COMMIT_SHA=$(git rev-parse origin/main)" >> ${GITHUB_ENV}
- name: Check semver
continue-on-error: true
# uses: obi1kenobi/cargo-semver-checks-action@v2
uses: n0-computer/cargo-semver-checks-action@feat-baseline
with:
Expand Down Expand Up @@ -255,6 +256,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.6

- name: Check MSRV all features
continue-on-error: true
run: |
cargo +$MSRV check --workspace --all-targets
Expand Down
Loading

0 comments on commit 1fc02cb

Please # to comment.