We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec5ce0 commit 5778fb7Copy full SHA for 5778fb7
.github/workflows/ci.yaml
@@ -52,6 +52,13 @@ jobs:
52
command: test
53
args: --all
54
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
+
62
miri:
63
name: "Build and test (miri, nightly)"
64
runs-on: ubuntu-latest
Cargo.toml
@@ -10,6 +10,7 @@ edition = "2021"
10
keywords = []
11
categories = []
12
authors = ["Yoshua Wuyts <[email protected]>"]
13
+rust-version = "1.75.0"
14
15
[profile.bench]
16
debug = true
0 commit comments