Fix F1 menu panicking when opened

This commit is contained in:
Joscha 2023-04-28 14:43:00 +02:00
parent 1ce31b6677
commit 593443f10e
2 changed files with 2 additions and 11 deletions

2
Cargo.lock generated
View file

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

View file

@ -40,20 +40,11 @@ git = "https://github.com/Garmelon/euphoxide.git"
rev = "0f217a6279181b0731216760219e8ff0fa01e449" rev = "0f217a6279181b0731216760219e8ff0fa01e449"
features = ["bot"] features = ["bot"]
# [patch."https://github.com/Garmelon/euphoxide.git"]
# euphoxide = { path = "../euphoxide/" }
[dependencies.toss] [dependencies.toss]
git = "https://github.com/Garmelon/toss.git" git = "https://github.com/Garmelon/toss.git"
rev = "f414db40d526295c74cbcae6c3d194088da8f1d9" rev = "8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb"
[patch."https://github.com/Garmelon/toss.git"]
toss = { path = "../../toss/" }
[dependencies.vault] [dependencies.vault]
git = "https://github.com/Garmelon/vault.git" git = "https://github.com/Garmelon/vault.git"
rev = "b4cf23b7279770226725c895e482c8eda88c43a7" rev = "b4cf23b7279770226725c895e482c8eda88c43a7"
features = ["tokio"] features = ["tokio"]
# [patch."https://github.com/Garmelon/vault.git"]
# vault = { path = "../vault/" }