Skip to content

Commit 596bc50

Browse files
authored
Add async-lib unstable flag to slow tokio test (rust-lang#2675)
1 parent 00ab196 commit 596bc50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/slow/tokio-proofs/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ tokio-util = { version = "0.7.3", features = ["io"] }
1919
async-stream = "0.3.3"
2020
# mockall = "0.11.1"
2121
# async-stream = "0.3"
22+
23+
[kani.unstable]
24+
async-lib = true

0 commit comments

Comments
 (0)