diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-10-19 19:35:12 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-10-19 19:35:12 +0100 |
commit | 01c43784ec53aa1ff22aca7e7ae6f18b4591b514 (patch) | |
tree | 02afe50936eb1943413f4d03dc52f7efbeeb5757 /examples/rust/hello-world/Cargo.toml | |
parent | 9b17f64d301334b999a8138037d32ff72e951018 (diff) | |
download | unit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.gz unit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.bz2 |
unit-wasm 0.3.0v0.3.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'examples/rust/hello-world/Cargo.toml')
-rw-r--r-- | examples/rust/hello-world/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/hello-world/Cargo.toml b/examples/rust/hello-world/Cargo.toml index 62152e5..e4a2501 100644 --- a/examples/rust/hello-world/Cargo.toml +++ b/examples/rust/hello-world/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -unit-wasm = { path = "../../../src/rust", version = "0.2.0" } +unit-wasm = { path = "../../../src/rust", version = "0.3.0" } [lib] crate-type = ["cdylib"] |