mario-eth / soldeer

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

fix(config)!: fix remappings logic and logging #125

Closed beeb closed 1 month ago

beeb commented 1 month ago

During the update command, the remappings were not correctly generated if no remappings already existed (such as when the user manually deletes the remappings.txt file)

Breaking changes

To improve performance and aid in testing, the following changes were made: