We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6c5b7 commit 29f3455Copy full SHA for 29f3455
Cargo.toml
@@ -120,11 +120,11 @@ futures = "0.3"
120
inventory = { version = "0.3", optional = true }
121
once_cell = "1.14"
122
pin-project-lite = "0.2"
123
-pyo3 = "0.25"
+pyo3 = "0.26"
124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.25.0", optional = true }
125
126
[dev-dependencies]
127
-pyo3 = { version = "0.25", features = ["macros"] }
+pyo3 = { version = "0.26", features = ["macros"] }
128
129
[dependencies.async-std]
130
version = "1.12"
0 commit comments