We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03ad00 commit 127c265Copy full SHA for 127c265
Cargo.toml
@@ -5,7 +5,7 @@ version = "0.0.0"
5
6
[dependencies]
7
cortex-m = "0.2.2"
8
-cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
+cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt", branch = "next" }
9
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
10
{{name}} = "*"
11
Xargo.toml
@@ -0,0 +1,6 @@
1
+[dependencies.core]
2
+
3
+[dependencies.compiler_builtins]
4
+features = ["mem"]
+git = "https://github.com/rust-lang-nursery/compiler-builtins"
+stage = 1
0 commit comments