ChorusOne/solido

cargo build fail

Opened this issue · 1 comments

$ cargo build

    Updating git repository `https://github.com/ruuda/tiny-http`
error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to load source for dependency `tiny_http`

Caused by:
  Unable to update https://github.com/ruuda/tiny-http?rev=3568e8880f995dd0348feff9e29645fce995b534#3568e888

Caused by:
  object not found - no match for id (3568e8880f995dd0348feff9e29645fce995b534); class=Odb (9); code=NotFound (-3)

For now put this
tiny_http = { git = "https://github.com/tiny-http/tiny-http", rev = "f0fce7ed0bdf7439b5bd0b2d15fa82944aac30f6" }

instead this. We will fix it soon