We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56faf2 commit 4462e9bCopy full SHA for 4462e9b
Cargo.toml
@@ -11,7 +11,7 @@ rustc-cfg = "0.2.0"
11
[dependencies]
12
13
[dependencies.rlibc]
14
-git = "https://github.com/alexcrichton/rlibc"
+git = "https://github.com/phaiax/rlibc"
15
optional = true
16
17
[dev-dependencies]
@@ -25,4 +25,14 @@ compiler-rt = { path = "compiler-rt" }
25
c = []
26
weak = ["rlibc/weak"]
27
28
+[target.thumbv6m-none-eabi.dependencies]
29
+rust-libcore = "*"
30
+
31
+[target.thumbv7m-none-eabi.dependencies]
32
33
34
+[target.thumbv7em-none-eabi.dependencies]
35
36
37
38
[workspace]
0 commit comments