bltavares / colmeia

Attempt to make an interop layer to connect to dat on hyperswarm in Rust
24 stars 4 forks source link

colmeia-dat: update bitfield-rle to original repository #14

Closed evaporei closed 4 years ago

evaporei commented 4 years ago

So I actually was having trouble to compile the project because of async-std, however @bltavares already solve that one 🙂 (issue: https://github.com/bltavares/colmeia/issues/13)

After that fix, the same issue happened with bitfield-rle, so I've updated it and now I am able to compile colmeia 🎉

Output error trying to compile before bitfield-rle update:

╭─otaviopace at mettaton in /Users/otaviopace/colmeia (master ✔)
╰─λ cargo build                                                                                                                   fish-0 | 0 < 10:52:36
    Updating git repository `https://github.com/bltavares/bitfield-rle`
error: failed to get `bitfield-rle` as a dependency of package `colmeia-dat1 v0.1.0 (/Users/otaviopace/colmeia/colmeia-dat1)`

Caused by:
  failed to load source for dependency `bitfield-rle`

Caused by:
  Unable to update https://github.com/bltavares/bitfield-rle?branch=failure-into-stderr#8d7c6148

Caused by:
  revspec '8d7c6148795513605445f096e24ac7e0c3af48ce' not found; class=Reference (4); code=NotFound (-3)
bltavares commented 4 years ago

Awesome. I think I have the repo checked out on my computer and that is why it does not fail. Thank you for this fix!