improvements
General code improvements and optimizations.
This commit is contained in:
@@ -24,7 +24,7 @@ panic = "abort"
|
||||
debug = true
|
||||
codegen-units = 8
|
||||
opt-level = 0
|
||||
lto = "thin"
|
||||
lto = false
|
||||
strip = false
|
||||
|
||||
[profile.bench]
|
||||
@@ -56,7 +56,6 @@ static_assertions = "1.1"
|
||||
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
|
||||
bincode = "1.3"
|
||||
serde = "1"
|
||||
base64 = { git = "https://github.com/marshallpierce/rust-base64.git" }
|
||||
byte-unit = { version = "4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user