pins yajrc to git

This commit is contained in:
Keagan McClelland
2021-02-24 14:02:39 -07:00
committed by Aiden McClelland
parent c83baec363
commit 7fb8f88c8d
2 changed files with 4 additions and 3 deletions

5
appmgr/Cargo.lock generated
View File

@@ -2136,8 +2136,8 @@ version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"proc-macro2",
"quote",
"syn",
]
@@ -2606,6 +2606,7 @@ dependencies = [
[[package]]
name = "yajrc"
version = "0.1.0"
source = "git+https://github.com/dr-bonez/yajrc#5a8df137808608accb69e78635fb6d70c4b1c2dc"
dependencies = [
"anyhow",
"serde",

View File

@@ -54,4 +54,4 @@ simple-logging = "2.0"
tokio = { version = "0.3.5", features = ["full"] }
tokio-compat-02 = "0.1.2"
tokio-tar = { version = "0.3.0", git = "https://github.com/dr-bonez/tokio-tar.git", rev = "1ba710f3" }
yajrc = { path = "../../yajrc" }
yajrc = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc" }