diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-10-11 22:44:29 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-10-11 22:46:17 +0200 |
| commit | 4c1f44a79d0e04fb33042c2eabc27040d260dfa5 (patch) | |
| tree | fe259e1f47f9346d3d15c394424d9214c2e9d304 /crates/cli/Cargo.toml | |
| parent | c00031a82782393eb32a9143aedb61e902a7c5d0 (diff) | |
feat: add simd support to the parser
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 51a669d..d5e64a8 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tinywasm={version="0.8.0-alpha.0", path="../tinywasm", features=["std", "parser"]} +tinywasm={version="0.9.0-alpha.0", path="../tinywasm", features=["std", "parser"]} argh="0.1" eyre={workspace=true} log={workspace=true} |
