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

Commit 303671e

Browse files
committed
Bump version
1 parent 547fbf0 commit 303671e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.121.0"
3+
version = "0.122.0"
44
authors = ["Nick Cameron <[email protected]>", "Jonathan Turner <[email protected]>", "The RLS developers"]
55
description = "Rust Language Server - provides information about Rust programs to IDEs and other tools"
66
license = "Apache-2.0/MIT"
@@ -22,7 +22,7 @@ rls-data = { version = "0.10", features = ["serialize-serde"] }
2222
rls-rustc = "0.1"
2323
rls-span = { version = "0.4", features = ["serialize-serde"] }
2424
rls-vfs = { version = "0.4", features = ["racer-impls"] }
25-
rustfmt-nightly = "0.2"
25+
rustfmt-nightly = "0.2.5"
2626
serde = "1.0"
2727
serde_json = "1.0"
2828
serde_derive = "1.0"

0 commit comments

Comments
 (0)