Open BobTheBuidler opened 3 months ago
Resolved a conflict with vvm >= 0.2
Related issue: #
vvm 0.2. uses packaging.version.Version instead of the semantic_version.Version it used in 0.1.
We simply convert the one to the other as needed
compile any project
What I did
Resolved a conflict with vvm >= 0.2
Related issue: #
How I did it
vvm 0.2. uses packaging.version.Version instead of the semantic_version.Version it used in 0.1.
We simply convert the one to the other as needed
How to verify it
compile any project
Checklist