diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-09-11 22:08:27 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-09-11 22:08:27 +0200 |
| commit | 0ed6acf459ff941f3b20b3e7462e4ba1cf7fdbe5 (patch) | |
| tree | ac47199562c44a915cda56880da4c6b9f87cb196 /examples/rust | |
| parent | b0ce7fb5fe1eda408ef40340ac86118f338ececd (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.toml | 4 |
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" |
