From 9d4978f6fbf8e498ec3f7537abebd0f09b4fcda6 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Mon, 14 Jun 2021 16:02:28 -0600 Subject: [PATCH] set git repo for yajrc --- 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 cf36365..52879bd 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 = { path = "../../yajrc" } +yajrc = { version = "*", path = "../../yajrc", git = "https://github.com/dr-bonez/yajrc", branch = "develop" }