Fix hidden editor sometimes crashing

This commit is contained in:
Joscha 2023-04-29 01:25:20 +02:00
parent c04f6a8cb4
commit 98cb1f2cbc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1396,7 +1396,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=8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb#8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb" source = "git+https://github.com/Garmelon/toss.git?rev=f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593#f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"crossterm", "crossterm",

View file

@ -15,7 +15,7 @@ thiserror = "1.0.40"
[workspace.dependencies.toss] [workspace.dependencies.toss]
git = "https://github.com/Garmelon/toss.git" git = "https://github.com/Garmelon/toss.git"
rev = "8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb" rev = "f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593"
[profile.dev.package."*"] [profile.dev.package."*"]
opt-level = 3 opt-level = 3