mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
240 stars 26 forks source link

`soldeer update` doesn't update #138

Closed ZeroEkkusu closed 1 month ago

ZeroEkkusu commented 3 months ago

Run:

soldeer install forge-std~1.9.1
soldeer update

Doesn't update to 1.9.2:

🦌 Running soldeer update 🦌

Dependency forge-std-1.9.1 downloaded!
The dependency forge-std-1.9.1 was unzipped!
Writing forge-std~1.9.1 to the lock file.


Also:

It would be convenient to have soldeer install dependency (without ~version) install the latest version.

mario-eth commented 3 months ago

soldeer update was supposed to be like a clean install, might need to be refactored to update to latest.

there is another issue for install without dependency: https://github.com/mario-eth/soldeer/issues/103 please comment there to keep track.

beeb commented 3 months ago

I'm working on refactoring the update command to update the deps