Skip to content

Commit

Permalink
Fix pyo3_mixed_implicit test
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 6, 2023
1 parent d6e94be commit 54978aa
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 2 deletions.
273 changes: 273 additions & 0 deletions test-crates/pyo3-mixed-implicit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-crates/pyo3-mixed-implicit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=0.15,<0.16"]
build-backend = "maturin"

[project]
name = "pyo3_mixed_implicit.some_rust"
name = "pyo3_mixed_implicit"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Rust"
Expand All @@ -12,5 +12,5 @@ classifiers = [
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "pyo3_mixed_implicit.some_rust.rust"
python-source = "pysrc"
python-source = "python"

0 comments on commit 54978aa

Please sign in to comment.