From fb2629d0992214481a8af240c89e1a81a2edb86d Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Mon, 14 Jun 2021 16:12:07 -0600 Subject: [PATCH] switch back to path deps cause we can't have nice things yet --- rpc-toolkit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc-toolkit/Cargo.toml b/rpc-toolkit/Cargo.toml index 52879bd..a10a543 100644 --- a/rpc-toolkit/Cargo.toml +++ b/rpc-toolkit/Cargo.toml @@ -21,4 +21,4 @@ serde_json = "1.0.64" thiserror = "1.0.24" tokio = { version = "1.4.0", features = ["full"] } url = "2.2.1" -yajrc = { version = "*", path = "../../yajrc", git = "https://github.com/dr-bonez/yajrc", branch = "develop" } +yajrc = { version = "*", path = "../../yajrc" }