tokio-xmpp: Remove workaround for Debian oldoldstable

hickory-resolver’s MSRV is 1.67, those super old toolchain versions
wouldn’t build a recent version of tokio-xmpp anyway.

This effectively reverts 52a2d962ee.
This commit is contained in:
Emmanuel Gil Peyrot 2023-12-04 15:34:26 +01:00
commit 372234b912
4 changed files with 4 additions and 33 deletions

View file

@ -24,9 +24,6 @@ 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 = []