Skip to content

Commit 88cf436

Browse files
committed
move async-channel to dev deps
1 parent eac505b commit 88cf436

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
@@ -20,7 +20,6 @@ byte-pool = "0.2.1"
2020
lazy_static = "1.4.0"
2121
futures-core = "0.3.1"
2222
log = "0.4"
23-
async-channel = "1.5.1"
2423

2524
[dev-dependencies]
2625
pretty_assertions = "0.6.1"
@@ -29,3 +28,4 @@ tempfile = "3.1.0"
2928
async-test = "1.0.0"
3029
duplexify = "1.2.1"
3130
async-dup = "1.2.1"
31+
async-channel = "1.5.1"

0 commit comments

Comments
 (0)