From d339d82fbcc473f19845494feb0934e1b50d9dff Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 5 Aug 2021 22:17:44 +0600 Subject: [PATCH] Propagate the `trace_adaptor` & `erased` features from teloxide-core --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfdd5a15..aee35fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,8 @@ rustls = ["teloxide-core/rustls"] auto-send = ["teloxide-core/auto_send"] throttle = ["teloxide-core/throttle"] cache-me = ["teloxide-core/cache_me"] +trace-adaptor = ["teloxide-core/trace_adaptor"] +erased = ["teloxide-core/erased"] # currently used for `README.md` tests, building docs for `docsrs` to add `This is supported on feature="..." only.`, # and for teloxide-core. @@ -60,7 +62,9 @@ full = [ "rustls", "auto-send", "throttle", - "cache-me" + "cache-me", + "trace-adaptor", + "erased", ] [dependencies]