We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e2bc commit c3c8a30Copy full SHA for c3c8a30
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "file-operation"
3
-version = "0.5.3"
+version = "0.5.4"
4
edition = "2024"
5
authors = ["ltpp-universe <[email protected]>"]
6
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
16
]
17
18
[dependencies]
19
-tokio = { version = "=1.44.2", features = ["full"] }
+tokio = { version = "1.44.2", features = ["full"] }
20
21
[profile.dev]
22
incremental = false
0 commit comments