File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55license = " MIT OR Apache-2.0"
66description = " Alternative futures adapters that are more cancellation-aware"
77readme = " README.md"
8- rust-version = " 1.64 .0"
8+ rust-version = " 1.71 .0"
99keywords = [" futures" , " async-cancellation" ]
1010categories = [" asynchronous" , " no-std::no-alloc" ]
1111repository = " https://github.com/oxidecomputer/cancel-safe-futures"
Original file line number Diff line number Diff 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
3838run_miri () {
You can’t perform that action at this time.
0 commit comments