From fa562701566fff3638d00cc46b71c255a31333ea Mon Sep 17 00:00:00 2001 From: Nnenty Date: Mon, 19 Aug 2024 15:39:13 +0300 Subject: [PATCH] remove patch from version --- examples/random_sticker/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/random_sticker/Cargo.toml b/examples/random_sticker/Cargo.toml index 1c78f50..09f66e6 100644 --- a/examples/random_sticker/Cargo.toml +++ b/examples/random_sticker/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -rand = "0.8.5" telers = { path = "../../telers", features = ["default"] } tokio = { version = "1.36", features = ["macros"] } +rand = "0.8" tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tracing-subscriber = { version = "0.3", features = ["env-filter"] }