From ef114de4380761f79437eb9ee0e37734cada4ebe 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