Skip to content

Commit

Permalink
1.0.9 release, Fixed Tokio import
Browse files Browse the repository at this point in the history
  • Loading branch information
luna committed Oct 19, 2023
1 parent 7d80122 commit 603f66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_of_space/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ rayon = "1.8.0"
rustc-hash = "1.1.0"
sha2 = "0.10.8"
simple_logger = "4.2.0"
tokio = {version = "1.33.0", features=["rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net"]}
tokio = {version = "1.33.0", features=["rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net", "io-util"]}

0 comments on commit 603f66a

Please sign in to comment.