Skip to content

Commit

Permalink
reduce tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Sep 23, 2024
1 parent 19edd55 commit 857154e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion roslibrust_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env_logger = "0.10"
roslibrust = { path = "../roslibrust", features = ["ros1"] }
roslibrust_codegen = { path = "../roslibrust_codegen" }
lazy_static = "1.4"
tokio = { version = "1.20", features = ["full"] }
tokio = { version = "1.20", features = ["net", "sync"] }
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 857154e

Please sign in to comment.