Skip to content

Commit a1d8412

Browse files
committed
enable abi3
1 parent ed6cc76 commit a1d8412

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 = "ruff-format"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT"
66
readme = "README.md"
@@ -12,5 +12,5 @@ name = "ruff_format"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
pyo3 = "0.26.0"
15+
pyo3 = { version = "0.26.0", features = ["abi3"] }
1616
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git" }

0 commit comments

Comments
 (0)