Skip to content

Commit 532ef58

Browse files
committed
Add multiple-pymethods to pyo3 features.
1 parent 9fb12ac commit 532ef58

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ name = "formate_js"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies]
16-
pyo3 = { version = "0.27.2", features = ["extension-module", "experimental-inspect", ] }
16+
pyo3 = { version = "0.27.2", features = ["extension-module", "experimental-inspect", "multiple-pymethods"] }
1717
dprint-plugin-typescript = "0.95.15"
1818
dprint-core = "0.67.4"

0 commit comments

Comments
 (0)