diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/parser/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3c4657d..4aa9cd0 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -14,7 +14,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.6.0", path="../tinywasm", features=["std", "parser"]} +tinywasm={version="0.7.0", path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 73f430b..206a9ed 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace=true [dependencies] wasmparser={version="0.207", default-features=false, features=["validate"]} log={version="0.4", optional=true} -tinywasm-types={version="0.6.0", path="../types", default-features=false} +tinywasm-types={version="0.7.0", path="../types", default-features=false} [features] default=["std", "logging"] diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index ffd8ac9..ca6b723 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -14,8 +14,8 @@ path="src/lib.rs" [dependencies] _log={version="0.4", optional=true, package="log"} -tinywasm-parser={version="0.6.0", path="../parser", default-features=false, optional=true} -tinywasm-types={version="0.6.0", path="../types", default-features=false} +tinywasm-parser={version="0.7.0", path="../parser", default-features=false, optional=true} +tinywasm-types={version="0.7.0", path="../types", default-features=false} libm={version="0.2", default-features=false} [dev-dependencies] |
