feat: update rust to 1.94.0

This commit is contained in:
Daniil Polyakov
2026-03-17 21:25:30 +03:00
parent 3b0e842a42
commit 252848a145
68 changed files with 440 additions and 436 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ impl Drop for TestContext {
}
}
/// A test context to be used in normal #[test] tests
/// A test context to be used in normal #[test] tests.
pub struct BlockingTestContext {
ctx: Option<TestContext>,
runtime: tokio::runtime::Runtime,