summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df1dc53..5a3542e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.49"
name = "tokio-stream"
-version = "0.1.11"
+version = "0.1.12"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = """
Utilities to work with `Stream` and `tokio`.
@@ -76,6 +76,3 @@ sync = [
"tokio-util",
]
time = ["tokio/time"]
-
-[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.proptest]
-version = "1"