From fd91aa7c3022627696c57c10748f8dd308af5b41 Mon Sep 17 00:00:00 2001 From: Ivan Sitkin Date: Fri, 26 Jun 2026 06:57:23 +0200 Subject: [PATCH] Bump version from 0.16.3 to 0.16.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a964ba..fcd5a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty-web" -version = "0.16.3" +version = "0.16.4" edition = "2024" rust-version = "1.85" description = "Web-based terminal emulator — opens a real PTY in the browser over WebSocket"