Add a reminder to update teloxide's Cargo.toml when adding features to core

This commit is contained in:
Maybe Waffle 2023-02-03 17:12:57 +04:00
parent 29a027c800
commit 8e435c9e7f

View file

@ -17,6 +17,8 @@ categories = ["api-bindings", "asynchronous"]
[features] [features]
# NB: When adding features here, don't forget to update teloxide's Cargo.toml
default = ["native-tls"] default = ["native-tls"]
rustls = ["reqwest/rustls-tls"] rustls = ["reqwest/rustls-tls"]