Fix expected struct sizes for nightly optimizations (no more CI warnings)

This commit is contained in:
xmppftw xmppftw 2023-06-06 11:28:29 +02:00 committed by xmpp ftw
commit c8dcf5e7a7
6 changed files with 27 additions and 0 deletions

View file

@ -24,6 +24,9 @@ sha3 = "0.10"
blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
[build-dependencies]
rustc_version = "0.4"
[features]
# Build xmpp-parsers to make components instead of clients.
component = []