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

View file

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