paritytech / psvm

Polkadot SDK Version Manager
Other
31 stars 4 forks source link

Possible Missed Package jsonrpsee #8

Closed JesseAbram closed 3 months ago

JesseAbram commented 3 months ago

First of all this is amazing, made updating substrate super easy. However I did have it miss jsonrpsee update. Not sure if there is a reason or was just an oversight

ggwpez commented 3 months ago

You mean the jsonrpsee is not being updated by this? Yes, jsonrpsee is not part of Substrate and should be possible to update at your own pace.
Did this cause an issue for you?

JesseAbram commented 3 months ago

It did but my bad didn't realize it wasn't part of substrate

niklasad1 commented 3 months ago

You mean the jsonrpsee is not being updated by this? Yes, jsonrpsee is not part of Substrate and should be possible to update at your own pace. Did this cause an issue for you?

What do you mean by that? That the crate isn't part of polkadot-sdk and just a dependency that could handled via Cargo.lock?