Skip to content

Commit

Permalink
fix to build with rustc 1.38.0-nightly (4560cb8 2019-07-28) (rust-lan…
Browse files Browse the repository at this point in the history
  • Loading branch information
rchaser53 authored and topecongiro committed Jul 30, 2019
1 parent 3654613 commit fe05e88
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 137 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ env_logger = "0.6"
getopts = "0.2"
derive-new = "0.5"
cargo_metadata = "0.8"
rustc-ap-rustc_target = "541.0.0"
rustc-ap-syntax = "541.0.0"
rustc-ap-syntax_pos = "541.0.0"
rustc-ap-rustc_target = "542.0.0"
rustc-ap-syntax = "542.0.0"
rustc-ap-syntax_pos = "542.0.0"
failure = "0.1.3"
bytecount = "0.5"
unicode-width = "0.1.5"
Expand Down
Loading

0 comments on commit fe05e88

Please sign in to comment.