Skip to content

Commit

Permalink
[ISSUE #1438]🔥Remove unused crate from rocketmq-runtime🚨 (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 29, 2024
1 parent 4922ed5 commit 4eb71d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rocketmq-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
keywords = ["Runtime", "async", "tokio", "futures"]
categories = ["asynchronous"]
readme.workspace = true
description.workspace = true

[dependencies]
rand = "0.8"
tokio = { workspace = true, features = ["rt-multi-thread", "sync", "time"] }
#once_cell = { workspace = true }
thread_local = "1"

0 comments on commit 4eb71d6

Please sign in to comment.