Skip to content

Commit f5fe44c

Browse files
authored
bump 0.4 (#170)
1 parent fffe3dc commit f5fe44c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
name = "sonic-rs"
1111
readme = "README.md"
1212
repository = "https://github.com/cloudwego/sonic-rs"
13-
version = "0.4.0-rc4"
13+
version = "0.4.0"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

@@ -39,17 +39,6 @@ serde_bytes = "0.11"
3939
serde_derive = "1.0"
4040
serde_json = { version = "1.0", features = ["float_roundtrip", "raw_value"] }
4141

42-
[profile.release]
43-
codegen-units = 1
44-
debug = true
45-
debug-assertions = false
46-
incremental = false
47-
lto = true
48-
opt-level = 3
49-
overflow-checks = false
50-
panic = 'unwind'
51-
rpath = false
52-
5342
[features]
5443
default = []
5544

0 commit comments

Comments
 (0)