-
Notifications
You must be signed in to change notification settings - Fork 248
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
cargo: Update sp-*
crates from v7.0.0 to v9.0.0
#748
Conversation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This reverts commit 7e24d31.
@lexnv looks like the build script in |
Yep, there seems to be an issue with the warning: src/helpers.c:1:10: fatal error: 'setjmp.h' file not found
warning: #include <setjmp.h> |
I just checked that https://crates.io/crates/sp-wasm-interface/8.0.0/dependencies is the cause that |
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
sp-*
crates from v7.0.0 to v8.0.0sp-*
crates from v7.0.0 to v9.0.0
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
wasmtime is hard-dependency in substrate now which causes the wasm stuff to not compile anymore... |
Ok, so summary so far:
|
I'll close this now since it's been superceded by #760 |
Update the
sp-core
,sp-keyring
andsp-runtime
crates to the latest v8.0.0 version.The crates need a manual update to properly sync all dependencies, as noted by
dependabot in #747, #746 and #745.