This commit is contained in:
Robin Appelman 2022-04-30 20:20:01 +02:00
commit 3029b5ef79

View file

@ -17,3 +17,6 @@ tracing = "0.1.33"
tracing-subscriber = "0.3.11" tracing-subscriber = "0.3.11"
bytes = "1.1.0" bytes = "1.1.0"
futures-util = "0.3.21" futures-util = "0.3.21"
[profile.release]
lto = true