Skip to content

Commit e8f4609

Browse files
committed
use duplexify 1.2.1 for testing
1 parent adf1604 commit e8f4609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ log = "0.4"
2323

2424
[dev-dependencies]
2525
pretty_assertions = "0.6.1"
26-
async-std = { version = "1.4.0", features = ["unstable", "attributes"] }
26+
async-std = { version = "1.6.2", features = ["unstable", "attributes"] }
2727
tempfile = "3.1.0"
2828
async-test = "1.0.0"
29-
duplexify = { version = "1.1.0", git = "https://github.com/jbr/duplexify", branch = "impl-clone-when-reader-and-writer-are-clone" }
29+
duplexify = "1.2.1"
3030
async-dup = "1.2.1"

0 commit comments

Comments
 (0)