1
0
mirror of https://github.com/nukesor/pueue synced 2024-07-08 20:06:21 +00:00

change: Use pueue-lib master for v1.1.0 development

This commit is contained in:
Arne Beer 2021-10-04 15:30:50 +02:00
parent 6f1275136a
commit a4b3d674c8
No known key found for this signature in database
GPG Key ID: CC9408F679023B65
2 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View File

@ -1281,9 +1281,8 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b228feeeda26f64e36bf0ebd2dd48da8c091b3ff2314b18e0a83f0f776bc1b9"
version = "0.18.2-alpha.0"
source = "git+https://github.com/Nukesor/pueue-lib?branch=master#544114c915ad87fcba2e247cb5de0ee05542c5ce"
dependencies = [
"async-std",
"async-tls",

View File

@ -30,8 +30,8 @@ name = "pueued"
path = "daemon/main.rs"
[dependencies]
pueue-lib = "0.18.0"
#pueue-lib = { git = "https://github.com/Nukesor/pueue-lib", branch = "master" }
#pueue-lib = "0.18.0"
pueue-lib = { git = "https://github.com/Nukesor/pueue-lib", branch = "master" }
#pueue-lib = { path = "../../libraries/pueue-lib" }
anyhow = "1"