summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"