Fix editor word wrapping
This commit is contained in:
parent
a3327a7a2c
commit
df0403a782
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1248,7 +1248,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toss"
|
name = "toss"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"unicode-linebreak",
|
"unicode-linebreak",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"]
|
||||||
|
|
||||||
[dependencies.toss]
|
[dependencies.toss]
|
||||||
git = "https://github.com/Garmelon/toss.git"
|
git = "https://github.com/Garmelon/toss.git"
|
||||||
rev = "dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23"
|
rev = "d186291ef7f8d94963638c88446726d6375961b1"
|
||||||
|
|
||||||
# [patch."https://github.com/Garmelon/toss.git"]
|
# [patch."https://github.com/Garmelon/toss.git"]
|
||||||
# toss = { path = "../toss/" }
|
# toss = { path = "../toss/" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue