mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
229 stars 24 forks source link

Add `soldeer uninstall` #89

Closed ZeroEkkusu closed 3 months ago

ZeroEkkusu commented 4 months ago

There's no command to uninstall a dependency. It should be removed from soldeer.lock, as well.

Related: #44

beeb commented 3 months ago

Solved by https://github.com/mario-eth/soldeer/pull/105