Open hjr3 opened 6 years ago
Not sure this is solvable without leveraging more of cargo. The approach of compiling using rustc will lead us down a path of basically recreating cargo. Already looking at this I ran into issues where a crate like hyper has two different versions of the slab crate.
Maybe https://github.com/rust-lang/cargo/issues/3815 would help?
I tracked this down to a missing -L
arg when building the artifact. I will fix this in #218 but if that does not land, I will make a separate PR.
Download hyper and checkout tag
v0.11.9
. Run the tests:The tests fail because the test program does not extern the base64 crate.