paritytech / psvm

Polkadot SDK Version Manager
Other
38 stars 6 forks source link

parser not fully toml compliant #4

Closed brenzi closed 6 months ago

brenzi commented 6 months ago

Tried this in the root folder of https://github.com/integritee-network/parachain

reproduce: psvm -v "1.9.0"

what doesn't work:

cumulus-client-cli = "0.7.0" should become cumulus-client-cli = "0.10.0"

but it only works if I do cumulus-client-cli = { version = "0.7.0" } which then becomes cumulus-client-cli = { version = "0.10.0" }

ggwpez commented 6 months ago

Fixing in #5.