mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
pins yajrc to git
This commit is contained in:
committed by
Aiden McClelland
parent
c83baec363
commit
7fb8f88c8d
5
appmgr/Cargo.lock
generated
5
appmgr/Cargo.lock
generated
@@ -2136,8 +2136,8 @@ version = "1.0.23"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.24",
|
"proc-macro2",
|
||||||
"quote 1.0.7",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -2606,6 +2606,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "yajrc"
|
name = "yajrc"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/dr-bonez/yajrc#5a8df137808608accb69e78635fb6d70c4b1c2dc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -54,4 +54,4 @@ simple-logging = "2.0"
|
|||||||
tokio = { version = "0.3.5", features = ["full"] }
|
tokio = { version = "0.3.5", features = ["full"] }
|
||||||
tokio-compat-02 = "0.1.2"
|
tokio-compat-02 = "0.1.2"
|
||||||
tokio-tar = { version = "0.3.0", git = "https://github.com/dr-bonez/tokio-tar.git", rev = "1ba710f3" }
|
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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user