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 5d39d8a commit d47e9d3Copy full SHA for d47e9d3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "file-operation"
3
-version = "0.5.1"
+version = "0.5.2"
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.1", features = ["full"] }
+tokio = { version = "=1.44.1", features = ["full"] }
20
21
[profile.dev]
22
incremental = false
0 commit comments