mario-eth / soldeer

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

Remappings versioning refactor #123

Open mario-eth opened 1 month ago

mario-eth commented 1 month ago

When a remapping is created, the name of the dependency should contain the version as well. e.g. @openzeppelin-4.9.0

This should be refactored to let the user choose what part of the versioning should be included: major, major.minor, major.minor.patch, none