Skip to content

Commit f83a234

Browse files
committed
feat: v2.0.7
1 parent a5fed5e commit f83a234

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 = "tcp-request"
3-
version = "2.0.6"
3+
version = "2.0.7"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
lombok-macros = "1.8.0"
19+
lombok-macros = "1.8.1"
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)