fix certs path, increment cargo version.
All checks were successful
Build and Deploy to K3s / test (push) Successful in 2m5s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 5m21s
Build and Deploy to K3s / deploy (push) Successful in 1m50s

This commit is contained in:
jasonwitty 2025-11-30 01:57:56 -08:00
parent 850cf32b50
commit d554574e30
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2456,7 +2456,7 @@ dependencies = [
[[package]]
name = "webterm"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"actix",
"actix-files",

View File

@ -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"