mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

`soldeer update` doesn't update #138

Open ZeroEkkusu opened 1 month ago

ZeroEkkusu commented 1 month 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 4 weeks 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 weeks ago

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