From 3983c94cf0c2783d64e1419a4e859fafd999fe2b Mon Sep 17 00:00:00 2001 From: B0ney <40839054+B0ney@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:12:46 +0100 Subject: [PATCH] update xmodits-lib --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c684723..0ba4283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] [dependencies.xmodits-lib] git = "https://github.com/B0ney/xmodits-lib" -rev = "d51fe8e" +rev = "6f4da08" [dependencies.pyo3] version = "0.19.1"