Skip to content

Commit 98022e5

Browse files
committed
cargo test without features works
1 parent 06d19b1 commit 98022e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
5555
# These are used by the book for examples
5656
futures-channel-preview = "=0.3.0-alpha.19"
5757
futures-util-preview = "=0.3.0-alpha.19"
58+
59+
[[test]]
60+
name = "stream"
61+
required-features = ["unstable"]
62+
63+
[[example]]
64+
name = "tcp-ipv4-and-6-echo"
65+
required-features = ["unstable"]

0 commit comments

Comments
 (0)