Skip to content

Commit 57c5b94

Browse files
author
Andrew J Westlake
committed
Added docs.rs metadata section to document all features
1 parent 665abd0 commit 57c5b94

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pyo3-asyncio"
33
description = "PyO3 utilities for Python's Asyncio library"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "README.md"
77
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
@@ -23,6 +23,9 @@ testing = ["clap"]
2323
tokio-runtime = ["tokio"]
2424
default = []
2525

26+
[package.metadata.docs.rs]
27+
features = ["attributes", "testing", "async-std-runtime", "tokio-runtime"]
28+
2629
[[example]]
2730
name = "async_std"
2831
path = "examples/async_std.rs"
@@ -87,7 +90,7 @@ inventory = "0.1"
8790
lazy_static = "1.4"
8891
once_cell = "1.5"
8992
pyo3 = "0.13"
90-
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.0", optional = true }
93+
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.1", optional = true }
9194

9295
[dependencies.async-std]
9396
version = "1.9"

pyo3-asyncio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pyo3-asyncio-macros"
33
description = "Proc Macro Attributes for PyO3 Asyncio"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "../README.md"
77
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]

0 commit comments

Comments
 (0)