Skip to content

Commit 6b08c94

Browse files
author
Andrew J Westlake
committed
Added unstable feature for stream conversions
1 parent bdddc49 commit 6b08c94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async-std-runtime = ["async-std"]
2121
attributes = ["pyo3-asyncio-macros"]
2222
testing = ["clap"]
2323
tokio-runtime = ["tokio"]
24+
unstable-streams = []
2425
default = []
2526

2627
[package.metadata.docs.rs]
@@ -109,6 +110,7 @@ once_cell = "1.5"
109110
pin-project-lite = "0.2"
110111
pyo3 = "0.16"
111112
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.16.0", optional = true }
113+
stability = "0.1"
112114

113115
[dev-dependencies]
114116
pyo3 = { version = "0.16", features = ["macros"] }

0 commit comments

Comments
 (0)