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 6b152c7 commit f7bf19aCopy full SHA for f7bf19a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "file-operation"
3
-version = "0.4.2"
+version = "0.4.3"
4
edition = "2021"
5
authors = ["ltpp-universe <[email protected]>"]
6
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
16
]
17
18
[dependencies]
19
-tokio = { version = "1.43.0", features = ["full"] }
+tokio = { version = "1.44.0", features = ["full"] }
20
21
[profile.dev]
22
incremental = false
@@ -26,7 +26,6 @@ panic = "unwind"
26
debug = false
27
codegen-units = 1
28
strip = "debuginfo"
29
-backtrace = "off"
30
31
[profile.release]
32
@@ -35,5 +34,4 @@ lto = true
35
34
panic = "unwind"
36
37
38
-strip = "debuginfo"
39
+strip = "debuginfo"
0 commit comments