From 9a06b329f4e50ae3a45d8756eb483a662c0e1e98 Mon Sep 17 00:00:00 2001 From: Jakub Doka Date: Mon, 16 Dec 2024 23:49:34 +0100 Subject: [PATCH] save --- repbuild/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repbuild/Cargo.toml b/repbuild/Cargo.toml index 2b7fc84..3d006a3 100644 --- a/repbuild/Cargo.toml +++ b/repbuild/Cargo.toml @@ -14,7 +14,8 @@ fatfs = { version = "0.3", default-features = false, features = [ "alloc", ] } toml = "0.8" -hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git" +#hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git" +hblang.path = "../../holey-bytes/lang/" log = "0.4" raw-cpuid = "11" ureq = { version = "2", default-features = false, features = ["tls"] }