diff options
| author | Tim Neumann <mail@timnn.me> | 2017-09-17 13:19:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-17 13:19:03 +0200 |
| commit | 39710f8fccded5965f31add466e2fd20da4904ec (patch) | |
| tree | b5867c527308c851a88b84a958d60eeff0c1053e | |
| parent | 49bc845807b6a30f59f9ec7d309514d805b6865e (diff) | |
| parent | 49492cb861ccd3aa364ccd84d3cad844157b9f44 (diff) | |
Rollup merge of #44509 - tamird:remove-rustbuild-feature, r=nikomatsakis
Update compiler-builtins ~~I can't tell if this was ever used, but it's not used today.~~ See commits.
| -rw-r--r-- | src/Cargo.toml | 2 | ||||
| m--------- | src/libcompiler_builtins | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml index 35ba022c489..98eb26c7753 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -56,5 +56,5 @@ debug-assertions = false debug = false debug-assertions = false -[patch.'https://github.com/rust-lang/cargo'] +[patch."https://github.com/rust-lang/cargo"] cargo = { path = "tools/cargo" } diff --git a/src/libcompiler_builtins b/src/libcompiler_builtins -Subproject 38ffaf97aa418cc369ca0197a72a0b927cc0f62 +Subproject ef4951582f620c589cd9e18ec182538bf116bce |
