Skip to content

Commit 329fcaf

Browse files
committed
nextest no tests, update MSRV
Created using spr 1.3.6-beta.1
1 parent cf4bdea commit 329fcaf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest]
41-
rust-version: ["1.64", stable]
41+
rust-version: ["1.71", stable]
4242
fail-fast: false
4343
env:
4444
RUSTFLAGS: -D warnings

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Alternative futures adapters that are more cancellation-aware"
77
readme = "README.md"
8-
rust-version = "1.64.0"
8+
rust-version = "1.71.0"
99
keywords = ["futures", "async-cancellation"]
1010
categories = ["asynchronous", "no-std::no-alloc"]
1111
repository = "https://github.com/oxidecomputer/cancel-safe-futures"

scripts/commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run_nextest() {
3232
check_cargo_hack
3333

3434
echo_err "Running non-doc tests"
35-
run_cargo_hack nextest run --all-targets
35+
NEXTEST_NO_TESTS=pass run_cargo_hack nextest run --all-targets
3636
}
3737

3838
run_miri() {

0 commit comments

Comments
 (0)