From 31c31d21067e10e0a523a3a7bf3e893be67de3a8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 26 Mar 2026 20:59:02 +0200 Subject: [PATCH] update version --- Cargo.lock | 2 +- crates/httpd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b64cef..f4ee98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hlstate-httpd" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "clap", diff --git a/crates/httpd/Cargo.toml b/crates/httpd/Cargo.toml index 6871e7f..0f4b76f 100644 --- a/crates/httpd/Cargo.toml +++ b/crates/httpd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlstate-httpd" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md"