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 Sep 25, 2018
1 parent 88f3b32 commit 90692a5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
75 changes: 38 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.4"
version = "0.99.5"
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 = "253.0.0"
rustc-ap-syntax = "253.0.0"
rustc-ap-syntax_pos = "253.0.0"
rustc-ap-rustc_target = "263.0.0"
rustc-ap-syntax = "263.0.0"
rustc-ap-syntax_pos = "263.0.0"
failure = "0.1.1"

[dev-dependencies]
Expand Down

0 comments on commit 90692a5

Please sign in to comment.