1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

static baseline warnings

This commit is contained in:
Robin Appelman 2022-04-18 19:44:47 +02:00
commit 00610a9a95
3 changed files with 41 additions and 3 deletions

View file

@ -45,7 +45,6 @@ steamid-ng = "1"
schemars = { version = "0.8", optional = true }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
criterion = "0.3.5"
[features]
schema = ["schemars", "bitbuffer/schemars"]
@ -54,6 +53,7 @@ schema = ["schemars", "bitbuffer/schemars"]
pretty_assertions = "1"
test-case = "2.0.2"
iai = "0.1"
criterion = "0.3.5"
[profile.release]
lto = true