From ec388dde8d0c44567ab5746527cd4e6bfb796c3b Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 1 Aug 2022 00:08:33 +0200 Subject: [PATCH] Fix chat drawing over other widgets --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa0a92d..1879f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,7 +1248,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=c1907bb8ee215d534daf4188824293203b60dd9c#c1907bb8ee215d534daf4188824293203b60dd9c" +source = "git+https://github.com/Garmelon/toss.git?rev=464aefa6d744e671806789dfd6fbd22c7e333273#464aefa6d744e671806789dfd6fbd22c7e333273" dependencies = [ "crossterm", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 4c10e08..7afafc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"] [dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "c1907bb8ee215d534daf4188824293203b60dd9c" +rev = "464aefa6d744e671806789dfd6fbd22c7e333273" # [patch."https://github.com/Garmelon/toss.git"] # toss = { path = "../toss/" }