Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ repository = "https://github.com/indent-com/blit"
homepage = "https://blit.sh"

[workspace.dependencies]
blit-remote = { version = "0.35.3", path = "crates/remote" }
blit-alacritty = { version = "0.35.3", path = "crates/alacritty-driver" }
blit-fonts = { version = "0.35.3", path = "crates/fonts" }
blit-webserver = { version = "0.35.3", path = "crates/webserver" }
blit-server = { version = "0.35.3", path = "crates/server" }
blit-gateway = { version = "0.35.3", path = "crates/gateway" }
blit-proxy = { version = "0.35.3", path = "crates/proxy" }
blit-webrtc-forwarder = { version = "0.35.3", path = "crates/webrtc-forwarder" }
blit-compositor = { version = "0.35.3", path = "crates/compositor" }
blit-sd-notify = { version = "0.35.3", path = "crates/sd-notify" }
blit-ssh = { version = "0.35.3", path = "crates/ssh" }
blit-remote = { version = "0.35.4", path = "crates/remote" }
blit-alacritty = { version = "0.35.4", path = "crates/alacritty-driver" }
blit-fonts = { version = "0.35.4", path = "crates/fonts" }
blit-webserver = { version = "0.35.4", path = "crates/webserver" }
blit-server = { version = "0.35.4", path = "crates/server" }
blit-gateway = { version = "0.35.4", path = "crates/gateway" }
blit-proxy = { version = "0.35.4", path = "crates/proxy" }
blit-webrtc-forwarder = { version = "0.35.4", path = "crates/webrtc-forwarder" }
blit-compositor = { version = "0.35.4", path = "crates/compositor" }
blit-sd-notify = { version = "0.35.4", path = "crates/sd-notify" }
blit-ssh = { version = "0.35.4", path = "crates/ssh" }

[patch.crates-io]
alacritty_terminal = { git = "https://github.com/indent-com/alacritty.git", branch = "blit/emoji-width-fix" }
Expand Down
2 changes: 1 addition & 1 deletion crates/alacritty-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-alacritty"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Alacritty terminal emulator driver for blit"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/browser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-browser"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-cli"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "blit terminal client"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/compositor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-compositor"
version = "0.35.3"
version = "0.35.4"
edition = "2024"
description = "blit headless Wayland compositor"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/fonts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-fonts"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Font discovery and serving for blit"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-gateway"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "blit WebSocket/WebTransport gateway"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-proxy"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "blit connection pool and protocol-transparent proxy"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/remote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-remote"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Remote blit protocol, frame state, and callback DOM renderer"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sd-notify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-sd-notify"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Tiny no-dep sd_notify(3) implementation used by blit daemons"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-server"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "blit terminal multiplexer server"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ssh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-ssh"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Embedded SSH client for blit"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/webrtc-forwarder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-webrtc-forwarder"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Forward a blit server terminal over WebRTC"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/webserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blit-webserver"
version = "0.35.3"
version = "0.35.4"
edition.workspace = true
description = "Embedded web server for blit"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blit-sh/core",
"version": "0.35.3",
"version": "0.35.4",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion js/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blit-sh/react",
"version": "0.35.3",
"version": "0.35.4",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion js/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blit-sh/solid",
"version": "0.35.3",
"version": "0.35.4",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion nix/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
overlays = [ inputs.rust-overlay.overlays.default ];
};

version = "0.35.3";
version = "0.35.4";

cargoLockConfig = {
lockFile = ../Cargo.lock;
Expand Down
Loading