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

Commit abd741e

Browse files
committed
Update rustfmt to 0.3.6
Fixes a possible bug from 0.3.5 (rust-lang/rust#47454 (comment)) and prepares the RLS repo to be updated in Rust tree.
1 parent fd8d701 commit abd741e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rls-data = { version = "0.14", features = ["serialize-serde"] }
2323
rls-rustc = "0.1"
2424
rls-span = { version = "0.4", features = ["serialize-serde"] }
2525
rls-vfs = { version = "0.4", features = ["racer-impls"] }
26-
rustfmt-nightly = { version = "0.3.5", optional = true }
26+
rustfmt-nightly = { version = "0.3.6", optional = true }
2727
serde = "1.0"
2828
serde_json = "1.0"
2929
serde_derive = "1.0"

0 commit comments

Comments
 (0)