diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-05-14 20:46:09 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-05-14 20:46:09 +0100 |
| commit | 7ef2f181304f19aba59066a35c72e1a239a4218d (patch) | |
| tree | eef4ff7c2aad9b145c04536779a22167b29b6459 /src/rust/Cargo.toml | |
| parent | 89900c002afb77366503330b513c2547b6cf1abd (diff) | |
| download | unit-wasm-7ef2f181304f19aba59066a35c72e1a239a4218d.tar.gz unit-wasm-7ef2f181304f19aba59066a35c72e1a239a4218d.tar.bz2 | |
unit-wasm 0.4.0v0.4.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/rust/Cargo.toml')
| -rw-r--r-- | src/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index bc8fda1..4db6b1b 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-wasm" -version = "0.3.0" +version = "0.4.0" authors = ["Timo Stark <t.stark@f5.com>", "Andrew Clayton <a.clayton@f5.com>"] description = "WASM SDK for NGINX Unit" license = "Apache-2.0" @@ -12,4 +12,4 @@ path = "src/lib.rs" [dependencies] -unit-wasm-sys = { path = "unit-wasm-sys", version = "0.3.0" } +unit-wasm-sys = { path = "unit-wasm-sys", version = "0.4.0" } |
