Skip to content

Commit

Permalink
Add the unstable feature to async-std to fix compilation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Aug 24, 2024
1 parent 748fee5 commit 2569049
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 @@ -20,7 +20,7 @@ contents are never required to be entirely resident in memory all at once.
"""

[dependencies]
async-std = "1.6.0"
async-std = { version = "1.6.0", features = ["unstable"] }
filetime = "0.2.8"
pin-project = "1.0.8"

Expand Down

0 comments on commit 2569049

Please sign in to comment.