Skip to content

Commit e23f68a

Browse files
committed
Bump RLS
1 parent 4717cf2 commit e23f68a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ object.debug = 0
7777
[patch."https://github.com/rust-lang/cargo"]
7878
cargo = { path = "src/tools/cargo" }
7979

80-
[patch.crates-io]
80+
[patch."https://github.com/rust-lang/rustfmt"]
8181
# Similar to Cargo above we want the RLS to use a vendored version of `rustfmt`
8282
# that we're shipping as well (to ensure that the rustfmt in RLS and the
8383
# `rustfmt` executable are the same exact version).
8484
rustfmt-nightly = { path = "src/tools/rustfmt" }
8585

86+
[patch.crates-io]
8687
# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
8788
# here
8889
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }

src/tools/rls

Submodule rls updated 1 file

0 commit comments

Comments
 (0)