Fix F1 menu panicking when opened
This commit is contained in:
parent
1ce31b6677
commit
593443f10e
2 changed files with 2 additions and 11 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1394,7 +1394,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "toss"
|
||||
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 = [
|
||||
"async-trait",
|
||||
"crossterm",
|
||||
|
|
|
|||
|
|
@ -40,20 +40,11 @@ git = "https://github.com/Garmelon/euphoxide.git"
|
|||
rev = "0f217a6279181b0731216760219e8ff0fa01e449"
|
||||
features = ["bot"]
|
||||
|
||||
# [patch."https://github.com/Garmelon/euphoxide.git"]
|
||||
# euphoxide = { path = "../euphoxide/" }
|
||||
|
||||
[dependencies.toss]
|
||||
git = "https://github.com/Garmelon/toss.git"
|
||||
rev = "f414db40d526295c74cbcae6c3d194088da8f1d9"
|
||||
|
||||
[patch."https://github.com/Garmelon/toss.git"]
|
||||
toss = { path = "../../toss/" }
|
||||
rev = "8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb"
|
||||
|
||||
[dependencies.vault]
|
||||
git = "https://github.com/Garmelon/vault.git"
|
||||
rev = "b4cf23b7279770226725c895e482c8eda88c43a7"
|
||||
features = ["tokio"]
|
||||
|
||||
# [patch."https://github.com/Garmelon/vault.git"]
|
||||
# vault = { path = "../vault/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue