Skip to content

Commit dc63eff

Browse files
committed
Move to using 0.1 versions of crates, rather than GH links
Also adds a fixme and does cargo update
1 parent 2a3663f commit dc63eff

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

src/Cargo.lock

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

src/librustc_save_analysis/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["dylib"]
1212
log = { path = "../liblog" }
1313
rustc = { path = "../librustc" }
1414
syntax = { path = "../libsyntax" }
15-
# FIXME should move rustc serialize out of tree
16-
rustc-serialize = "0.3"
1715
syntax_pos = { path = "../libsyntax_pos" }
18-
rls-data = { git = "https://github.com/nrc/rls-data" }
19-
rls-span = { git = "https://github.com/nrc/rls-span" }
16+
rls-data = "0.1"
17+
rls-span = "0.1"
18+
# FIXME(#40527) should move rustc serialize out of tree
19+
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)