mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Add a reminder to update teloxide's Cargo.toml when adding features to core
This commit is contained in:
parent
29a027c800
commit
8e435c9e7f
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue