Stream: git-wasmtime

Topic: wasmtime / issue #8930 Error while building wasmtime


view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2024 at 12:31):

celinesantosh98 opened issue #8930:

Hi

I am celine, master student of saarIand university, Germany. I am currently working on my thesis and I use wasmtime as a part of it. I was trying to build wasmtime on macOS.
I have cloned the repo first and then ran cargo build.
I got the following error

error: failed to parse manifest at /Users/celinesantosh/Desktop/sem_5/wasmtime/Cargo.toml

Caused by:
invalid type: map, expected SemVer version for key package.version

Any help would be appreciated.

Thanks in advance.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2024 at 12:34):

bjorn3 commented on issue #8930:

You likely have a too old rustc version installed. The latest Wasmtime version needs rustc 1.77.0 or later.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2024 at 14:35):

alexcrichton closed issue #8930:

Hi

I am celine, master student of saarIand university, Germany. I am currently working on my thesis and I use wasmtime as a part of it. I was trying to build wasmtime on macOS.
I have cloned the repo first and then ran cargo build.
I got the following error

error: failed to parse manifest at /Users/celinesantosh/Desktop/sem_5/wasmtime/Cargo.toml

Caused by:
invalid type: map, expected SemVer version for key package.version

Any help would be appreciated.

Thanks in advance.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2024 at 14:35):

alexcrichton commented on issue #8930:

Agreed that the issue is likely a too-old rustc. I'm going to close this since I believe that's the solution, but if there are still other issues feel free to comment here or open another issue

view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2024 at 17:39):

celinesantosh98 commented on issue #8930:

Thanks a lot . Compiled successfully now.


Last updated: Oct 23 2024 at 20:03 UTC