Skip to content

Commit 1432e79

Browse files
authored
Merge pull request #30 from awestlake87/init-fixes
Merged in several fixes, improvements, docs for 0.14
2 parents 2d85804 + f167f30 commit 1432e79

24 files changed

+2645
-492
lines changed

Cargo.toml

Lines changed: 6 additions & 3 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.5"
4+
version = "0.14.0"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "README.md"
77
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
@@ -89,8 +89,11 @@ futures = "0.3"
8989
inventory = "0.1"
9090
lazy_static = "1.4"
9191
once_cell = "1.5"
92-
pyo3 = "0.13"
93-
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.5", optional = true }
92+
pyo3 = "0.14"
93+
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.14.0", optional = true }
94+
95+
[dev-dependencies]
96+
pyo3 = { version = "0.14", features = ["macros"] }
9497

9598
[dependencies.async-std]
9699
version = "1.9"

0 commit comments

Comments
 (0)