From df0403a78295c129b5dbd7a35c34f02aaeae1a6e Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 3 Aug 2022 22:00:56 +0200 Subject: [PATCH] Fix editor word wrapping --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15278ca..1d6d204 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=dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23#dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23" +source = "git+https://github.com/Garmelon/toss.git?rev=d186291ef7f8d94963638c88446726d6375961b1#d186291ef7f8d94963638c88446726d6375961b1" dependencies = [ "crossterm", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index c8a49ad..86bba95 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 = "dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23" +rev = "d186291ef7f8d94963638c88446726d6375961b1" # [patch."https://github.com/Garmelon/toss.git"] # toss = { path = "../toss/" }