Skip to content

Commit

Permalink
build: disable default features of tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Dec 3, 2024
1 parent 9b61a3b commit aa53eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = "0.3.21"
log = "^0.4"
nom = "^7.0"
thiserror = "1"
tokio = { version = "1", features = ["time", "io-util"], optional = true }
tokio = { version = "1", default-features = false, features = ["time", "io-util"], optional = true }

[dev-dependencies]
env_logger = "^0.9"
Expand Down

0 comments on commit aa53eac

Please sign in to comment.