Skip to content

Commit

Permalink
Update rustfmt to 0.3.6
Browse files Browse the repository at this point in the history
Fixes a possible bug from 0.3.5
(rust-lang/rust#47454 (comment))
and prepares the RLS repo to be updated in Rust tree.
  • Loading branch information
Xanewok authored and alexheretic committed Jan 20, 2018
1 parent 73dcf73 commit 0b614ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rls-data = { version = "0.14", features = ["serialize-serde"] }
rls-rustc = "0.1"
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = { version = "0.4", features = ["racer-impls"] }
rustfmt-nightly = { version = "0.3.5", optional = true }
rustfmt-nightly = { version = "0.3.6", optional = true }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 0b614ec

Please sign in to comment.