Skip to content

Commit 933223b

Browse files
bors[bot]RalfJung
andauthored
Merge #250 #251
250: fix for latest rustc r=jethrogb a=RalfJung Fixes xargo for rust-lang/rust#63637 251: cargo update r=jethrogb a=RalfJung Co-authored-by: Ralf Jung <post@ralfj.de>
3 parents e5f5cd3 + 2634e8f + a007835 commit 933223b

File tree

4 files changed

+101
-62
lines changed

4 files changed

+101
-62
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
rust: nightly
1111
if: branch = staging OR branch = trying OR type = pull_request
1212
- env: TARGET=x86_64-unknown-linux-gnu
13-
rust: nightly-2018-12-01
13+
rust: nightly-2018-12-01 # old version without rustc-std-workspace-core
1414
if: branch = staging OR branch = trying
1515

1616
# Linux (build only)

0 commit comments

Comments
 (0)