Skip to content

Commit

Permalink
Update pyo3_pure example with abi3-py36
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Dec 26, 2020
1 parent 08178c2 commit ea63e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-crates/pyo3-pure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
get_42 = "pyo3_pure:DummyClass.get_42"

[dependencies]
pyo3 = "0.13"
pyo3 = { version = "0.13", features = ["abi3-py36", "extension-module"] }

[lib]
name = "pyo3_pure"
Expand Down

0 comments on commit ea63e50

Please sign in to comment.