From 5be66ba32eade3344d7907b9ed73eb1b9a644d82 Mon Sep 17 00:00:00 2001 From: able Date: Sat, 10 Feb 2024 16:13:39 -0600 Subject: [PATCH] Fix Broken deps for ableos --- libraries/clparse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/clparse/Cargo.toml b/libraries/clparse/Cargo.toml index caed2a1..5e79e33 100644 --- a/libraries/clparse/Cargo.toml +++ b/libraries/clparse/Cargo.toml @@ -15,7 +15,7 @@ hashbrown = "*" [dependencies.toml] -git = "https://git.ablecorp.us:443/theoddgarlic/toml-rs" +git = "https://git.ablecorp.us:443/asya/toml-rs" # version = "0.5.8" default-features = false