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

Commit c4fba98

Browse files
committed
Update rustfmt
1 parent f1dead5 commit c4fba98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rls"
3-
version = "0.131.6"
3+
version = "1.31.6"
44
edition = "2018"
55
authors = ["Nick Cameron <[email protected]>", "The RLS developers"]
66
description = "Rust Language Server - provides information about Rust programs to IDEs and other tools"
@@ -32,7 +32,7 @@ rls-rustc = "0.5.0"
3232
rls-span = { version = "0.4", features = ["serialize-serde"] }
3333
rls-vfs = "0.7"
3434
rustc_tools_util = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "f5d868c9edfc6c2a9310d564a2f738bec67dfd6b" }
35-
rustfmt-nightly = "0.99.9"
35+
rustfmt-nightly = "1.0.0"
3636
rustc-serialize = "0.3"
3737
serde = "1.0"
3838
serde_json = "1.0"

0 commit comments

Comments
 (0)