Skip to content

Commit 750b252

Browse files
committed
Update rustc-ap-syntax
1 parent 4bb84f6 commit 750b252

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "0.99.5"
4+
version = "0.99.6"
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 = "272.0.0"
51-
rustc-ap-syntax = "272.0.0"
52-
rustc-ap-syntax_pos = "272.0.0"
50+
rustc-ap-rustc_target = "274.0.0"
51+
rustc-ap-syntax = "274.0.0"
52+
rustc-ap-syntax_pos = "274.0.0"
5353
failure = "0.1.1"
5454
bytecount = { version = "0.3", features = ["simd-accel"] }
5555

0 commit comments

Comments
 (0)