eirproject / eir

Erlang ecosystem common IR
Apache License 2.0
252 stars 8 forks source link

Fix use of Eir repo as dependency #16

Closed bitwalker closed 5 years ago

bitwalker commented 5 years ago

Cargo explodes when trying to pull in libeir_ir due to an issue in the interpreter Cargo manifest, I suppose because it walks the tree of manifests, but I couldn't find how it was pulling in that crate specifically. In any case, the fix is to simply comment out/fixup the non-existent dependencies until they get updated.