Skip to content

Commit

Permalink
Add another missing tokio feature to lune-std-process
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 12, 2024
1 parent 489c8a6 commit 5b5c46f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/lune-std-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pin-project = "1.0"
os_str_bytes = { version = "7.0", features = ["conversions"] }

tokio = { version = "1", default-features = false, features = [
"io-std",
"io-util",
"process",
"rt",
Expand Down

0 comments on commit 5b5c46f

Please sign in to comment.