Skip to content

Commit

Permalink
cargo: bump ntest version to 0.9.3
Browse files Browse the repository at this point in the history
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()]`.
  • Loading branch information
muzarski committed Jul 5, 2024
1 parent 805ef4c commit 6803dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions scylla-rust-wrapper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scylla-rust-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrono = "0.4.20"

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

Expand Down

0 comments on commit 6803dd5

Please sign in to comment.