From d554574e30961020d86e0fc6f21ecacd39245571 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Sun, 30 Nov 2025 01:57:56 -0800 Subject: [PATCH] fix certs path, increment cargo version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee9d954..3f3b10e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2456,7 +2456,7 @@ dependencies = [ [[package]] name = "webterm" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index fcc770b..43baf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/webterm" readme = "README.md" categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"] keywords = ["terminal", "xterm", "websocket", "terminus", "console"] -version = "0.3.0" +version = "0.3.1" authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"] edition = "2021" license = "BSD-3-Clause"