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 0e6e4f4 commit f81e954Copy full SHA for f81e954
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyo3"
3
-version = "0.26.0"
+version = "0.26.1"
4
description = "Bindings to Python interpreter"
5
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
6
readme = "README.md"
@@ -20,6 +20,7 @@ exclude = [
20
"/.github",
21
"/tests/test_compile_error.rs",
22
"/tests/ui",
23
+ "/emscripten/pybuilddir.txt",
24
]
25
edition = "2021"
26
rust-version.workspace = true
0 commit comments