From 7c28858819c4452b3640a167c048c3a9d9852745 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 6 Jan 2020 05:45:46 +0100 Subject: Fix tsclientlib to make poking work --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f82b234..acbd620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib/" } -tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib/" } +tsclientlib = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" } +tsproto-packets = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" } structopt = "0.2" tokio = "0.1.0" tokio2 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util"] } -- cgit v1.2.3-70-g09d2