Skip to content

Commit 6803dd5

Browse files
committed
cargo: bump ntest version to 0.9.3
Bumped ntest version to the newest one. Thanks to that, the rust-analyzer works with test funtions marked with both `#[tokio::test]` and `#[ntest::timeout()]`.
1 parent 805ef4c commit 6803dd5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

scylla-rust-wrapper/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-rust-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ chrono = "0.4.20"
3232

3333
[dev-dependencies]
3434
assert_matches = "1.5.0"
35-
ntest = "0.9.0"
35+
ntest = "0.9.3"
3636
rusty-fork = "0.3.0"
3737
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6" }
3838

0 commit comments

Comments
 (0)