forked from M-Labs/artiq-zynq
use new repos location for compiler-builtins-zynq
This commit is contained in:
parent
ba162b3997
commit
538c012bc4
|
@ -50,7 +50,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "compiler_builtins"
|
name = "compiler_builtins"
|
||||||
version = "0.1.33"
|
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 = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
]
|
]
|
||||||
|
|
|
@ -25,4 +25,4 @@ opt-level = 2
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
core_io = { path = "./libcoreio" }
|
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"}
|
||||||
|
|
|
@ -7,7 +7,7 @@ index 1f3c8d1..e5615ee 100644
|
||||||
|
|
||||||
[dependencies.compiler_builtins]
|
[dependencies.compiler_builtins]
|
||||||
-version = "0.1.0"
|
-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();
|
let mut stoml = TOML.to_owned();
|
||||||
|
|
Loading…
Reference in New Issue