Skip to content

Commit f7bf19a

Browse files
committed
feat: v0.4.3
1 parent 6b152c7 commit f7bf19a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-operation"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["ltpp-universe <[email protected]>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.0", features = ["full"] }
2020

2121
[profile.dev]
2222
incremental = false
@@ -26,7 +26,6 @@ panic = "unwind"
2626
debug = false
2727
codegen-units = 1
2828
strip = "debuginfo"
29-
backtrace = "off"
3029

3130
[profile.release]
3231
incremental = false
@@ -35,5 +34,4 @@ lto = true
3534
panic = "unwind"
3635
debug = false
3736
codegen-units = 1
38-
strip = "debuginfo"
39-
backtrace = "off"
37+
strip = "debuginfo"

0 commit comments

Comments
 (0)