This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Build fails on hex-literal 0.1.4 #3134
Comments
This is an error of the hex-literal crate and should be reported there. First I would bet that maybe you use a nightly that broke the build somehow. |
Thanks @bkchr for helping me figure out that this was caused by a problem with the rust compiler nightly-2019-07-15. I reverted with |
bumping hex-literal fixes this. |
Closed
I don't know if the dependency is already fixed, but doing:
fixed it for me. Hope this is helpful. |
Remove the wasm runtime cargo-lock: paritytech/polkadot#335 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This was brought to my attention first as an issue with v1.0 branch of substrate. Now I've realized the problem also happens on master.
In v1.0 I fixed it by changing dependencies on hex-literal from
0.1
to0.1.3
. On master the dependency seems to already be at2.0
in most places.Steps to reproduce
./scripts/init.sh
cargo build
The text was updated successfully, but these errors were encountered: