Skip to content

Commit

Permalink
Ensure that async-std tokio-compat feature is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 18, 2024
1 parent 7c8a734 commit a315995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ env_logger.workspace = true
log.workspace = true

futures-lite.workspace = true
async-std = "1.12"
async-std = { version = "1.12", features = ["tokio1"] }


[dependencies.build]
Expand Down

0 comments on commit a315995

Please sign in to comment.