Skip to content

Commit

Permalink
Move to using 0.1 versions of crates, rather than GH links
Browse files Browse the repository at this point in the history
Also adds a fixme and does cargo update
  • Loading branch information
nrc committed Mar 15, 2017
1 parent 2a3663f commit dc63eff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/librustc_save_analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ crate-type = ["dylib"]
log = { path = "../liblog" }
rustc = { path = "../librustc" }
syntax = { path = "../libsyntax" }
# FIXME should move rustc serialize out of tree
rustc-serialize = "0.3"
syntax_pos = { path = "../libsyntax_pos" }
rls-data = { git = "https://github.com/nrc/rls-data" }
rls-span = { git = "https://github.com/nrc/rls-span" }
rls-data = "0.1"
rls-span = "0.1"
# FIXME(#40527) should move rustc serialize out of tree
rustc-serialize = "0.3"

0 comments on commit dc63eff

Please sign in to comment.