diff --git a/src/Cargo.lock b/src/Cargo.lock index 4816cd11..5dc6e408 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -50,7 +50,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "compiler_builtins" version = "0.1.33" -source = "git+https://git.m-labs.hk/pca006132/compiler-builtins-zynq.git#62a622ba62c671aaadce7c108854551086df41f8" +source = "git+https://git.m-labs.hk/M-Labs/compiler-builtins-zynq.git#62a622ba62c671aaadce7c108854551086df41f8" dependencies = [ "cc", ] diff --git a/src/Cargo.toml b/src/Cargo.toml index 80ef440e..d3378b1b 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -25,4 +25,4 @@ opt-level = 2 [patch.crates-io] core_io = { path = "./libcoreio" } -compiler_builtins = { git = "https://git.m-labs.hk/pca006132/compiler-builtins-zynq.git"} +compiler_builtins = { git = "https://git.m-labs.hk/M-Labs/compiler-builtins-zynq.git"} diff --git a/xbuild.patch b/xbuild.patch index ff4161d5..02aba14a 100644 --- a/xbuild.patch +++ b/xbuild.patch @@ -7,7 +7,7 @@ index 1f3c8d1..e5615ee 100644 [dependencies.compiler_builtins] -version = "0.1.0" -+git = "https://git.m-labs.hk/pca006132/compiler-builtins-zynq.git" ++git = "https://git.m-labs.hk/M-Labs/compiler-builtins-zynq.git" "#; let mut stoml = TOML.to_owned();