set git repo for yajrc

This commit is contained in:
Aiden McClelland
2021-06-14 16:02:28 -06:00
parent 05dd59f24b
commit 9d4978f6fb

View File

@@ -21,4 +21,4 @@ serde_json = "1.0.64"
thiserror = "1.0.24" thiserror = "1.0.24"
tokio = { version = "1.4.0", features = ["full"] } tokio = { version = "1.4.0", features = ["full"] }
url = "2.2.1" url = "2.2.1"
yajrc = { path = "../../yajrc" } yajrc = { version = "*", path = "../../yajrc", git = "https://github.com/dr-bonez/yajrc", branch = "develop" }