ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
257 stars 27 forks source link

build!: remove implicit features #214

Closed EdJoPaTo closed 4 days ago

EdJoPaTo commented 4 days ago

As this causes confusion it will also be the default in the upcoming Rust edition 2024. See https://doc.rust-lang.org/nightly/edition-guide/rust-2024/cargo-remove-implicit-features.html

BREAKING CHANGE: Optional dependencies are no longer features. They were never intended to be used directly.