diff --git a/Cargo.lock b/Cargo.lock index d9a92db..5db2959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index ef096ec..8fe874b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/" }