Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency sp-maybe-compressed-blob version bump to 4.1.0-dev #35

Merged
merged 2 commits into from
Nov 18, 2021

Conversation

arjanz
Copy link
Contributor

@arjanz arjanz commented Nov 18, 2021

When building https://github.com/polkascan/py-subwasm-bindings it results in the following build error:

error: no matching package found
searched package name: `sp-maybe-compressed-blob`
prerelease package needs to be specified explicitly
sp-maybe-compressed-blob = { version = "4.1.0-dev" }
location searched: https://github.com/paritytech/substrate/
required by package `wasm-loader v0.16.0 (https://github.com/chevdor/subwasm?tag=v0.16.0#80fc9e7d)

Probably because of recent version bump of https://github.com/paritytech/substrate/blob/master/primitives/maybe-compressed-blob/Cargo.toml

@chevdor
Copy link
Owner

chevdor commented Nov 18, 2021

Did you try using rust stable and making sure you use --locked ?

@chevdor
Copy link
Owner

chevdor commented Nov 18, 2021

You definitely should do the above but I will merge this PR eitherway as soon as I am done testing.

@chevdor
Copy link
Owner

chevdor commented Nov 18, 2021

So you can reproduce this using cargo update --dry-run:

error: no matching package found
searched package name: `sp-maybe-compressed-blob`
prerelease package needs to be specified explicitly
sp-maybe-compressed-blob = { version = "4.1.0-dev" }
location searched: https://github.com/paritytech/substrate/
required by package `wasm-loader v0.16.1 (/Users/Shared/projects/subwasm/libs/wasm-loader)`

Using --locked prevents the update so it it preferable in any case.

@chevdor chevdor merged commit 33e8919 into chevdor:master Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants