From 2f6907ac1d464013cfa2bd3ebde1838693512d4a Mon Sep 17 00:00:00 2001 From: Lucas Jansen <7199136+staticintlucas@users.noreply.github.com> Date: Fri, 17 May 2024 13:12:22 +0100 Subject: [PATCH] Use saturate from crates.io; fixes CI failure --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 340ad66..a4023b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ miniz_oxide = "0.7" ouroboros = "0.18" pdf-writer = "0.9" rgb = { version = "0.8", default-features = false } -saturate = { git = "https://github.com/staticintlucas/saturate", branch = "main" } +saturate = "0.1" serde = { version = "1.0", default-features = false, features = ["derive"] } serde_json = "1.0" svg = "0.17"