From ba1f2638d2979bcd86313f9429c48da22478adc8 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 25 Jun 2024 13:08:24 +0200 Subject: chore: update deps & testsuite, add msrv Signed-off-by: Henry Gressmann --- crates/wasm-testsuite/Cargo.toml | 3 ++- crates/wasm-testsuite/data | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'crates/wasm-testsuite') 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"]} diff --git a/crates/wasm-testsuite/data b/crates/wasm-testsuite/data index 6dfedc8..e053650 160000 --- a/crates/wasm-testsuite/data +++ b/crates/wasm-testsuite/data @@ -1 +1 @@ -Subproject commit 6dfedc8b8423a91c1dc340d3af1a7f4fbf7868b4 +Subproject commit e05365077e13a1d86ffe77acfb1a835b7aa78422 -- cgit v1.3.1