Skip to content

Commit

Permalink
Merge pull request #118 from rneswold/pull-request
Browse files Browse the repository at this point in the history
🔧 add missing features
  • Loading branch information
rneswold authored Jul 28, 2024
2 parents 9bfbab6 + 7ea81ad commit 9f443ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/drmem-drv-ntp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
[dependencies]
toml.workspace = true

tokio = { workspace = true, features = ["net", "io-util"] }
tokio = { workspace = true, features = ["net", "io-util", "time", "macros"] }
tracing.workspace = true
tracing-futures.workspace = true
tracing-subscriber.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion drivers/drmem-drv-sump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ socket2 = "0.5"

toml.workspace = true

tokio = { workspace = true, features = ["net", "io-util"] }
tokio = { workspace = true, features = ["net", "io-util", "time"] }
tracing.workspace = true
tracing-futures.workspace = true
tracing-subscriber.workspace = true
Expand Down

0 comments on commit 9f443ac

Please sign in to comment.