From 8c8d1aad07b7d7a69b77cffb6818a178b9ba4ca5 Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Fri, 3 Jan 2025 00:38:29 -0500 Subject: Switch readme to absolute image links This should fix the screenshot image on crates.io. https://github.com/rust-lang/crates.io/issues/5318 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00520b4..d9bfde9b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Alacritty - A fast, cross-platform, OpenGL terminal emulator + src="https://raw.githubusercontent.com/alacritty/alacritty/master/extra/promo/alacritty-readme.png">

## About -- cgit v1.2.3-54-g00ecf From 427d811cb02b5dda55252ab779a9aca5d0263b6e Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 3 Jan 2025 21:50:25 +0000 Subject: Bump VTE to 0.13.1 This updates the VTE crate to the latest version, bringing in a nice SGR performance boost. Co-authored-by: Kirill Chibisov --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23325812..e93272f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "vte" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b" +checksum = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5" dependencies = [ "bitflags 2.6.0", "cursor-icon", -- cgit v1.2.3-54-g00ecf