summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/wasm-testsuite/Cargo.toml')
-rw-r--r--crates/wasm-testsuite/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml
index 5a59ecd..0bb61fc 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -7,6 +7,7 @@ readme="README.md"
edition.workspace=true
authors.workspace=true
repository.workspace=true
+rust-version.workspace=true
[lib]
path="lib.rs"
@@ -15,4 +16,4 @@ path="lib.rs"
independent=true
[dependencies]
-rust-embed={version="8.3", features=["include-exclude"]}
+rust-embed={version="8.4", features=["include-exclude"]}