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 fffe3dc commit f5fe44cCopy full SHA for f5fe44c
Cargo.toml
@@ -10,7 +10,7 @@ license = "Apache-2.0"
10
name = "sonic-rs"
11
readme = "README.md"
12
repository = "https://github.com/cloudwego/sonic-rs"
13
-version = "0.4.0-rc4"
+version = "0.4.0"
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
@@ -39,17 +39,6 @@ serde_bytes = "0.11"
39
serde_derive = "1.0"
40
serde_json = { version = "1.0", features = ["float_roundtrip", "raw_value"] }
41
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
-
53
[features]
54
default = []
55
0 commit comments