Skip to content

Commit f81e954

Browse files
committed
Exclude emscripten/pybuilddir.txt from the crate package
fixes #5431 Signed-off-by: Nik Konyuchenko <[email protected]>
1 parent 0e6e4f4 commit f81e954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "Bindings to Python interpreter"
55
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
66
readme = "README.md"
@@ -20,6 +20,7 @@ exclude = [
2020
"/.github",
2121
"/tests/test_compile_error.rs",
2222
"/tests/ui",
23+
"/emscripten/pybuilddir.txt",
2324
]
2425
edition = "2021"
2526
rust-version.workspace = true

0 commit comments

Comments
 (0)