Skip to content

Commit 90692a5

Browse files
committed
Update rustc_ap_syntax
1 parent 88f3b32 commit 90692a5

File tree

2 files changed

+42
-41
lines changed

2 files changed

+42
-41
lines changed

Cargo.lock

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

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "0.99.4"
4+
version = "0.99.5"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang-nursery/rustfmt"
@@ -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 = "253.0.0"
51-
rustc-ap-syntax = "253.0.0"
52-
rustc-ap-syntax_pos = "253.0.0"
50+
rustc-ap-rustc_target = "263.0.0"
51+
rustc-ap-syntax = "263.0.0"
52+
rustc-ap-syntax_pos = "263.0.0"
5353
failure = "0.1.1"
5454

5555
[dev-dependencies]

0 commit comments

Comments
 (0)