From 21e11dfb1393611bee42fb841fae720b7baee47c Mon Sep 17 00:00:00 2001 From: YizhePKU Date: Mon, 21 Oct 2024 15:15:04 +0800 Subject: [PATCH] Bump `alacritty-test` to fix Windows issues --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53d0a832..2e798cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "alacritty-test" version = "0.1.0" -source = "git+https://github.com/YizhePKU/alacritty-test.git?rev=2f63ebe#2f63ebe293c7026e24342a3b934bc747065c5240" +source = "git+https://github.com/YizhePKU/alacritty-test.git?rev=1c6dabc#1c6dabc3feaa8421cc5f557c9dae94382861e5da" dependencies = [ "alacritty_terminal", "polling", diff --git a/Cargo.toml b/Cargo.toml index a2a2f126..fd390c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ unicode-segmentation = "1.9.0" unicode-width = "0.1.9" [dev-dependencies] -alacritty-test = { git = "https://github.com/YizhePKU/alacritty-test.git", rev = "2f63ebe" } +alacritty-test = { git = "https://github.com/YizhePKU/alacritty-test.git", rev = "1c6dabc" } gethostname = "0.4.0" pretty_assertions = "1.4.0" rstest = { version = "0.18.0", default-features = false }