Fix expected struct sizes for nightly optimizations (no more CI warnings)
This commit is contained in:
parent
099b7356a6
commit
c8dcf5e7a7
6 changed files with 27 additions and 0 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue