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

@ -34,9 +34,6 @@ syntect = { version = "5", optional = true }
[dev-dependencies]
env_logger = { version = "0.10", default-features = false, features = ["auto-color", "humantime"] }
[build-dependencies]
rustc_version = "0.4"
[features]
default = ["tls-native"]
tls-rust = ["tokio-rustls", "webpki-roots"]