Skip to content

Commit 3e4edf2

Browse files
authored
Merge pull request #12 from awestlake87/bugfix-support-all-awaitables
Updated version to 0.13.2
2 parents 640ad44 + 9b934f8 commit 3e4edf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 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.1"
4+
version = "0.13.2"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "README.md"
77
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
@@ -90,7 +90,7 @@ inventory = "0.1"
9090
lazy_static = "1.4"
9191
once_cell = "1.5"
9292
pyo3 = "0.13"
93-
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.1", optional = true }
93+
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.2", optional = true }
9494

9595
[dependencies.async-std]
9696
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.1"
4+
version = "0.13.2"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "../README.md"
77
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]

0 commit comments

Comments
 (0)