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()].
Pre-review checklist
[x] I have split my patch into logically separate commits.
[x] All commit messages clearly explain what they change and why.
[x] PR description sums up the changes and reasons why they should be introduced.
~[ ] I have enabled appropriate tests in .github/workflows/build.yml in gtest_filter.~
~[ ] I have enabled appropriate tests in .github/workflows/cassandra.yml in gtest_filter.~
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()]
.Pre-review checklist
.github/workflows/build.yml
ingtest_filter
.~.github/workflows/cassandra.yml
ingtest_filter
.~