Fix blocks never being higher than one line

This commit is contained in:
Joscha 2023-04-17 16:53:34 +02:00
parent 07b761e0f9
commit 8182cc5d38
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1325,7 +1325,7 @@ dependencies = [
[[package]]
name = "toss"
version = "0.1.0"
source = "git+https://github.com/Garmelon/toss.git?rev=59710c816269c434b97ece3ab1701d3fef2269cb#59710c816269c434b97ece3ab1701d3fef2269cb"
source = "git+https://github.com/Garmelon/toss.git?rev=57788a9dd9688bdf3e59bf7366ba6276fc660715#57788a9dd9688bdf3e59bf7366ba6276fc660715"
dependencies = [
"async-trait",
"crossterm",

View file

@ -44,7 +44,7 @@ features = ["bot"]
[dependencies.toss]
git = "https://github.com/Garmelon/toss.git"
rev = "59710c816269c434b97ece3ab1701d3fef2269cb"
rev = "57788a9dd9688bdf3e59bf7366ba6276fc660715"
# [patch."https://github.com/Garmelon/toss.git"]
# toss = { path = "../toss/" }