Skip to content

Commit

Permalink
Merge pull request #30 from awestlake87/init-fixes
Browse files Browse the repository at this point in the history
Merged in several fixes, improvements, docs for 0.14
  • Loading branch information
awestlake87 authored Aug 8, 2021
2 parents 2d85804 + f167f30 commit 1432e79
Show file tree
Hide file tree
Showing 24 changed files with 2,645 additions and 492 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pyo3-asyncio"
description = "PyO3 utilities for Python's Asyncio library"
version = "0.13.5"
version = "0.14.0"
authors = ["Andrew J Westlake <awestlake87@yahoo.com>"]
readme = "README.md"
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
Expand Down Expand Up @@ -89,8 +89,11 @@ futures = "0.3"
inventory = "0.1"
lazy_static = "1.4"
once_cell = "1.5"
pyo3 = "0.13"
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.13.5", optional = true }
pyo3 = "0.14"
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.14.0", optional = true }

[dev-dependencies]
pyo3 = { version = "0.14", features = ["macros"] }

[dependencies.async-std]
version = "1.9"
Expand Down
Loading

0 comments on commit 1432e79

Please sign in to comment.