Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update rustfmt and other deps
Browse files Browse the repository at this point in the history
Pulls in a fix for a failing rustfmt test
  • Loading branch information
nrc committed Feb 4, 2018
1 parent 0ded086 commit dee42bd
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 42 deletions.
105 changes: 64 additions & 41 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 @@ -24,7 +24,7 @@ rls-data = { version = "0.14", features = ["serialize-serde"] }
rls-rustc = "0.2.1"
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = { version = "0.4", features = ["racer-impls"] }
rustfmt-nightly = { version = "0.3.7", optional = true }
rustfmt-nightly = { version = "0.3.8", optional = true }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit dee42bd

Please sign in to comment.