diff --git a/Cargo.lock b/Cargo.lock index 64a1212..af4faf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d4e0189..5649672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"