Skip to content

Commit b8f7f5a

Browse files
committed
feat: v3.9.11
1 parent 3274e46 commit b8f7f5a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recoverable-spawn"
3-
version = "3.9.10"
3+
version = "3.9.11"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -13,7 +13,7 @@ exclude = ["target", "Cargo.lock", "sh", ".github"]
1313

1414
[dependencies]
1515
once_cell = "1.21.3"
16-
tokio = { version = "1.48.0", features = ["full"] }
16+
tokio = { version = "1.49.0", features = ["full"] }
1717

1818
[profile.dev]
1919
incremental = false

src/thread/cfg.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ async fn test_async_recoverable_spawn_catch_finally() {
4242
},
4343
)
4444
.await;
45-
println!(
46-
"test_async_recoverable_spawn_catch_finally handle res {res:?}"
47-
);
45+
println!("test_async_recoverable_spawn_catch_finally handle res {res:?}");
4846
}
4947

5048
#[test]

0 commit comments

Comments
 (0)