Skip to content

Commit

Permalink
remove patch from version
Browse files Browse the repository at this point in the history
  • Loading branch information
neocim committed Aug 19, 2024
1 parent b77942a commit fa56270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/random_sticker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit fa56270

Please sign in to comment.