Fix editor word wrapping

This commit is contained in:
Joscha 2022-08-03 22:00:56 +02:00
parent a3327a7a2c
commit df0403a782
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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/" }