diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-12-11 22:18:47 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-12-18 23:02:02 +0000 |
commit | fe9be6cdefe9300a845612e3be772f5eee9dcf40 (patch) | |
tree | 2404b944f128b39544dc08c4bcfd316a0ad238a3 /tools/unitctl/unit-client-rs | |
parent | 1b88304fe53a4a414d84548fbfabac2827125485 (diff) | |
download | unit-fe9be6cdefe9300a845612e3be772f5eee9dcf40.tar.gz unit-fe9be6cdefe9300a845612e3be772f5eee9dcf40.tar.bz2 |
tools/unitctl: Update for version 1.34.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/unit-client-rs')
-rw-r--r-- | tools/unitctl/unit-client-rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unitctl/unit-client-rs/Cargo.toml b/tools/unitctl/unit-client-rs/Cargo.toml index 7cdd0b9f..4fd77036 100644 --- a/tools/unitctl/unit-client-rs/Cargo.toml +++ b/tools/unitctl/unit-client-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-client-rs" -version = "1.33.0" +version = "1.34.0" authors = ["Elijah Zupancic"] edition = "2021" license = "Apache-2.0" |