Skip to content

Commit 1e6cfea

Browse files
committed
feat: v0.0.3
1 parent 044804a commit 1e6cfea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -17,7 +17,6 @@ panic = "unwind"
1717
debug = false
1818
codegen-units = 1
1919
strip = "debuginfo"
20-
backtrace = "off"
2120

2221
[profile.release]
2322
incremental = false
@@ -26,5 +25,4 @@ lto = true
2625
panic = "unwind"
2726
debug = false
2827
codegen-units = 1
29-
strip = "debuginfo"
30-
backtrace = "off"
28+
strip = "debuginfo"

0 commit comments

Comments
 (0)