Skip to content

Commit 4462e9b

Browse files
committed
Use libcore
1 parent c56faf2 commit 4462e9b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustc-cfg = "0.2.0"
1111
[dependencies]
1212

1313
[dependencies.rlibc]
14-
git = "https://github.com/alexcrichton/rlibc"
14+
git = "https://github.com/phaiax/rlibc"
1515
optional = true
1616

1717
[dev-dependencies]
@@ -25,4 +25,14 @@ compiler-rt = { path = "compiler-rt" }
2525
c = []
2626
weak = ["rlibc/weak"]
2727

28+
[target.thumbv6m-none-eabi.dependencies]
29+
rust-libcore = "*"
30+
31+
[target.thumbv7m-none-eabi.dependencies]
32+
rust-libcore = "*"
33+
34+
[target.thumbv7em-none-eabi.dependencies]
35+
rust-libcore = "*"
36+
37+
2838
[workspace]

0 commit comments

Comments
 (0)