We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dccc30 commit 4bb4c64Copy full SHA for 4bb4c64
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "recoverable-spawn"
3
-version = "3.7.11"
+version = "3.7.12"
4
edition = "2024"
5
authors = ["root@ltpp.vip"]
6
license = "MIT"
@@ -17,7 +17,7 @@ exclude = [
17
18
[dependencies]
19
once_cell = "1.21.3"
20
-tokio = { version = "1.45.0", features = ["full"] }
+tokio = { version = "1.46.1", features = ["full"] }
21
22
[profile.dev]
23
incremental = false
0 commit comments