We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f57753 commit beed271Copy full SHA for beed271
Cargo.toml
@@ -39,7 +39,7 @@ fern = "0.6.1"
39
async-channel = "1.8.0"
40
41
# deps for tftpd-targz.rs
42
-async-std = "1.12.0"
+async-std = { version = "1.12.0", features = ["unstable"] }
43
async-tar = "0.4.2"
44
async-compression = { version = "0.3.15", features = ["gzip", "futures-io"] }
45
0 commit comments