Skip to content

Commit cf7d53a

Browse files
authored
Merge pull request #115 from python-project-templates/tkp/pyo3
Bump pyo3 to 0.28.2
2 parents d852040 + 87053eb commit cf7d53a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rust/Cargo.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
{{module}} = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.28.2", features = ["abi3", "extension-module", "multiple-pymethods"] }
1515

1616
[profile.release]
1717
panic = 'abort'

rustjswasm/Cargo.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
{{module}} = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.28.2", features = ["abi3", "extension-module", "multiple-pymethods"] }
1515

1616
[profile.release]
1717
panic = 'abort'

0 commit comments

Comments
 (0)