From 6131ad5d5e8cf91236af32862ceeac87627b8d73 Mon Sep 17 00:00:00 2001 From: cmdoret Date: Mon, 21 Oct 2024 16:35:48 +0200 Subject: [PATCH] chore(py): enable pyo3 anyhow feature --- pyfuzon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfuzon/Cargo.toml b/pyfuzon/Cargo.toml index 3dc54ca..42eac10 100644 --- a/pyfuzon/Cargo.toml +++ b/pyfuzon/Cargo.toml @@ -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"