From 538c012bc4b76742807b5f9e9b3039bd907be3e9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 25 Aug 2020 16:24:30 +0800 Subject: [PATCH] use new repos location for compiler-builtins-zynq --- src/Cargo.lock | 2 +- src/Cargo.toml | 2 +- xbuild.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 4816cd1..5dc6e40 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 80ef440..d3378b1 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 ff4161d..02aba14 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();