Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fe05e88

Browse files
rchaser53topecongiro
authored andcommitted
fix to build with rustc 1.38.0-nightly (4560cb8 2019-07-28) (rust-lang#3712)
1 parent 3654613 commit fe05e88

File tree

8 files changed

+120
-137
lines changed

8 files changed

+120
-137
lines changed

Cargo.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ env_logger = "0.6"
4848
getopts = "0.2"
4949
derive-new = "0.5"
5050
cargo_metadata = "0.8"
51-
rustc-ap-rustc_target = "541.0.0"
52-
rustc-ap-syntax = "541.0.0"
53-
rustc-ap-syntax_pos = "541.0.0"
51+
rustc-ap-rustc_target = "542.0.0"
52+
rustc-ap-syntax = "542.0.0"
53+
rustc-ap-syntax_pos = "542.0.0"
5454
failure = "0.1.3"
5555
bytecount = "0.5"
5656
unicode-width = "0.1.5"

0 commit comments

Comments
 (0)