You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
I am trying to follow the tutorial from the secondstate, here is the link, https://www.secondstate.io/articles/yomo-wasmedge-real-time-data-streams/ since rustwasmc only supports rustc version that is lower that 1.50, so I set the rustc version usingrustup default 1.50.0and run therustwasmc build `, and here is what I got.
$ rustwasmc build '--enable-ext'
Error: Error during execution of cargo metadata: error: failed to download bumpalo v3.13.0
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at /home/guoqing/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.13.0/Cargo.toml
Caused by:
failed to parse the edition key
Caused by:
this version of Cargo is older than the 2021 edition, and only supports 2015 and 2018 editions.
`
The text was updated successfully, but these errors were encountered:
I am trying to follow the tutorial from the secondstate, here is the link,
https://www.secondstate.io/articles/yomo-wasmedge-real-time-data-streams/
since rustwasmc only supports rustc version that is lower that 1.50, so I set the rustc version using
rustup default 1.50.0and run the
rustwasmc build `, and here is what I got.$ rustwasmc build '--enable-ext'
Error: Error during execution of
cargo metadata
: error: failed to downloadbumpalo v3.13.0
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at
/home/guoqing/.cargo/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.13.0/Cargo.toml
Caused by:
failed to parse the
edition
keyCaused by:
this version of Cargo is older than the
2021
edition, and only supports2015
and2018
editions.`
The text was updated successfully, but these errors were encountered: