Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 2461266

Browse files
author
Jorge Aparicio
committed
drop the direct dependency on compiler-builtins
this crate is part of the Xargo sysroot and the dependency should be implicit (to e.g. avoid linking to the same crate twice)
1 parent 4a66b0c commit 2461266

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ version = "0.2.2"
1414
optional = true
1515
version = "0.1.3"
1616

17-
[dependencies.compiler_builtins]
18-
features = ["mem"]
19-
git = "https://github.com/rust-lang-nursery/compiler-builtins"
20-
2117
[features]
2218
default = ["exceptions"]
2319
# handle exceptions using the default handler

0 commit comments

Comments
 (0)