Skip to content

Commit

Permalink
Update rustc-ap-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Oct 18, 2018
1 parent 4bb84f6 commit 750b252
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustfmt-nightly"
version = "0.99.5"
version = "0.99.6"
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang-nursery/rustfmt"
Expand Down Expand Up @@ -47,9 +47,9 @@ env_logger = "0.5"
getopts = "0.2"
derive-new = "0.5"
cargo_metadata = "0.6"
rustc-ap-rustc_target = "272.0.0"
rustc-ap-syntax = "272.0.0"
rustc-ap-syntax_pos = "272.0.0"
rustc-ap-rustc_target = "274.0.0"
rustc-ap-syntax = "274.0.0"
rustc-ap-syntax_pos = "274.0.0"
failure = "0.1.1"
bytecount = { version = "0.3", features = ["simd-accel"] }

Expand Down

0 comments on commit 750b252

Please sign in to comment.