Skip to content

Commit 1e55de1

Browse files
committed
Update rustc-ap-syntax to 209.0.0.
This should fix the breakage caused by rust-lang/rust#51587.
1 parent 8ff2836 commit 1e55de1

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ env_logger = "0.5"
4747
getopts = "0.2"
4848
derive-new = "0.5"
4949
cargo_metadata = "0.6"
50-
rustc-ap-rustc_target = "206.0.0"
51-
rustc-ap-syntax = "206.0.0"
52-
rustc-ap-syntax_pos = "206.0.0"
50+
rustc-ap-rustc_target = "209.0.0"
51+
rustc-ap-syntax = "209.0.0"
52+
rustc-ap-syntax_pos = "209.0.0"
5353
failure = "0.1.1"
5454

5555
[dev-dependencies]

0 commit comments

Comments
 (0)