From 0ed6acf459ff941f3b20b3e7462e4ba1cf7fdbe5 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 11 Sep 2024 22:08:27 +0200 Subject: chore: remove nightly features for now Signed-off-by: Henry Gressmann --- examples/rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index af2391a..f691a1b 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -10,13 +10,13 @@ forced-target="wasm32-unknown-unknown" edition="2021" [dependencies] -tinywasm={path="../../crates/tinywasm", features=["parser", "std", "nightly"]} +tinywasm={path="../../crates/tinywasm", features=["parser", "std"]} argon2={version="0.5"} [[bin]] name="hello" path="src/hello.rs" - + [[bin]] name="print" path="src/print.rs" -- cgit v1.3.1