Skip to content

Commit 25c4382

Browse files
committed
Bump to pyo3 0.25
1 parent b581e85 commit 25c4382

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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-async-runtimes"
33
description = "PyO3 bridges from Rust runtimes to Python's Asyncio library"
4-
version = "0.24.0"
4+
version = "0.25.0"
55
authors = [
66
"Andrew J Westlake <[email protected]>",
77
"David Hewitt <[email protected]>",

src/async_std.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//! class="module-item stab portability"
66
//! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
77
//! ><code>unstable-streams</code></span>
8+
//!
89
//! are only available when the `unstable-streams` Cargo feature is enabled:
910
//!
1011
//! ```toml

0 commit comments

Comments
 (0)