Skip to content

Commit 4bb4c64

Browse files
committed
feat: v3.7.12
1 parent 2dccc30 commit 4bb4c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.7.11"
3+
version = "3.7.12"
44
edition = "2024"
55
authors = ["root@ltpp.vip"]
66
license = "MIT"
@@ -17,7 +17,7 @@ exclude = [
1717

1818
[dependencies]
1919
once_cell = "1.21.3"
20-
tokio = { version = "1.45.0", features = ["full"] }
20+
tokio = { version = "1.46.1", features = ["full"] }
2121

2222
[profile.dev]
2323
incremental = false

0 commit comments

Comments
 (0)