Skip to content

Commit

Permalink
chore(deps): update features of pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jun 16, 2024
1 parent 62b9be2 commit d3d289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors = ["HsiangNianian <[email protected]>"]
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py37"] }
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
clap = { version = "4.0", features = ["derive"] }
rand = "0.8.5"

0 comments on commit d3d289b

Please sign in to comment.