Skip to content

Commit f4573d8

Browse files
committed
don't use abi
1 parent 6ea998b commit f4573d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-walk"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
license = "MIT"
66
readme = "README.md"
@@ -15,4 +15,4 @@ crate-type = ["cdylib"]
1515
debug = false
1616

1717
[dependencies]
18-
pyo3 = { version = "0.27.1", features = ["abi3-py313"] }
18+
pyo3 = "0.27.1"

0 commit comments

Comments
 (0)