Skip to content

Commit beed271

Browse files
committed
Fix dev-dependencies
1 parent 5f57753 commit beed271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fern = "0.6.1"
3939
async-channel = "1.8.0"
4040

4141
# deps for tftpd-targz.rs
42-
async-std = "1.12.0"
42+
async-std = { version = "1.12.0", features = ["unstable"] }
4343
async-tar = "0.4.2"
4444
async-compression = { version = "0.3.15", features = ["gzip", "futures-io"] }
4545

0 commit comments

Comments
 (0)