increment cargo version
All checks were successful
Build and Deploy to K3s / test (push) Successful in 1m32s
Build and Deploy to K3s / lint (push) Successful in 58s
Build and Deploy to K3s / build-and-push (push) Successful in 5m12s
Build and Deploy to K3s / deploy (push) Successful in 2m11s

This commit is contained in:
jasonwitty 2026-05-19 11:18:00 -07:00
parent af5ab94521
commit 98f8b4a865
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2609,7 +2609,7 @@ dependencies = [
[[package]]
name = "webterm"
version = "0.3.6"
version = "0.3.7"
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.6"
version = "0.3.7"
authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"]
edition = "2021"
license = "BSD-3-Clause"