summaryrefslogtreecommitdiff
path: root/examples/rust
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:08:27 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:08:27 +0200
commit0ed6acf459ff941f3b20b3e7462e4ba1cf7fdbe5 (patch)
treeac47199562c44a915cda56880da4c6b9f87cb196 /examples/rust
parentb0ce7fb5fe1eda408ef40340ac86118f338ececd (diff)
chore: remove nightly features for now
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust')
-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"