mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
175 stars 18 forks source link

`soldeer install [dependency]~[version] [link]` is broken #12

Closed mario-eth closed 10 months ago

mario-eth commented 10 months ago

Currently, the functionality to install a dependency from a custom link is broken due to how the dependency is handled. The flow expects at the link to be a toml file where it should be a .zip.

mario-eth commented 10 months ago

Resolved in v0.1.5