Skip to content

Commit 127c265

Browse files
author
Jorge Aparicio
committed
build compiler-builtins as part of the Xargo sysroot
1 parent a03ad00 commit 127c265

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55

66
[dependencies]
77
cortex-m = "0.2.2"
8-
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
8+
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt", branch = "next" }
99
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
1010
{{name}} = "*"
1111

Xargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[dependencies.core]
2+
3+
[dependencies.compiler_builtins]
4+
features = ["mem"]
5+
git = "https://github.com/rust-lang-nursery/compiler-builtins"
6+
stage = 1

0 commit comments

Comments
 (0)