From f9aeed8cc89d12c4b0ee666ca1ebdd3184df3ead Mon Sep 17 00:00:00 2001 From: Brian Carroll Date: Tue, 3 May 2022 19:23:16 +0100 Subject: [PATCH] Move wasi-libc-sys into the workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dbc0b867d..24a4817856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ members = [ "utils", "docs", "linker", + "wasi-libc-sys", ] exclude = [ "ci/bench-runner", @@ -55,7 +56,6 @@ exclude = [ "compiler/test_mono_macros", # `cargo build` would cause roc_std to be built with default features which errors on windows "roc_std", - "wasi-libc-sys", ] # Needed to be able to run `cargo run -p roc_cli --no-default-features` - # see www/build.sh for more.