Skip to content

Commit f6f7006

Browse files
committed
Add build.rs to wasi-common's Cargo.toml.
1 parent f041f7f commit f6f7006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["webassembly", "wasm"]
99
repository = "https://github.com/bytecodealliance/wasmtime"
1010
readme = "README.md"
1111
edition = "2018"
12-
include = ["src/**/*", "LICENSE", "WASI/phases"]
12+
include = ["src/**/*", "LICENSE", "WASI/phases", "build.rs"]
1313

1414
# This doesn't actually link to a native library, but it allows us to set env
1515
# vars like `DEP_WASI_COMMON_15_*` for crates that have build scripts and depend

0 commit comments

Comments
 (0)