Skip to content

Commit 5778fb7

Browse files
Add msrv and a CI check
1 parent dec5ce0 commit 5778fb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
command: test
5353
args: --all
5454

55+
msrv:
56+
runs-on: ubuntu-latest
57+
steps:
58+
- uses: actions/checkout@v4
59+
- uses: taiki-e/install-action@cargo-hack
60+
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
61+
5562
miri:
5663
name: "Build and test (miri, nightly)"
5764
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ edition = "2021"
1010
keywords = []
1111
categories = []
1212
authors = ["Yoshua Wuyts <[email protected]>"]
13+
rust-version = "1.75.0"
1314

1415
[profile.bench]
1516
debug = true

0 commit comments

Comments
 (0)