Skip to content

Commit

Permalink
chore(py): enable pyo3 anyhow feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 21, 2024
1 parent 95e641a commit 6131ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfuzon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fuzon = { version = "0.2.2", path = "../fuzon" }
lazy_static = "1.5.0"
oxrdf = "0.1.7"
oxttl = "0.1.0-rc.1"
pyo3 = { version = "0.22.2", features = ["abi3-py310"] }
pyo3 = { version = "0.22.2", features = ["abi3-py310", "anyhow"] }
ratatui = "0.28.1"
rff = "0.3.0"

0 comments on commit 6131ad5

Please sign in to comment.