cargo build --release
Updating crates.io index
Updating git repository `https://github.com/raw-http/http`
Updating git repository `https://github.com/raw-http/reqwest`
Updating git repository `https://github.com/raw-http/rust-url`
Updating git repository `https://github.com/raw-http/serde_urlencoded`
Updating git repository `https://github.com/raw-http/cookie_store`
Updating git repository `https://github.com/raw-http/h2`
Updating git repository `https://github.com/raw-http/http-body`
Updating git repository `https://github.com/raw-http/hyper`
error: failed to get `hyper` as a dependency of package `reqwest v0.11.11 (https://github.com/raw-http/reqwest#61fbb332)`
... which is depended on by `x8 v4.1.0 (/home/ffe4/x8)`
Caused by:
failed to load source for dependency `hyper`
Caused by:
Unable to update https://github.com/raw-http/hyper#9202aaae
Caused by:
object not found - no match for id (9202aaae7b2a7962113837769324cf5f546872a7); class=Odb (9); code=NotFound (-3)
Cargo version:
After doing
git clone https://github.com/Sh1Yo/x8
(current commit: https://github.com/Sh1Yo/x8/commit/5cd05be021401caf513ea244205acdd1c8982641) And trying to build it usingcargo build --release
i get following error log: