From 673638ed31443513503eb3bfb3158e3643d30081 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Mon, 18 Jan 2021 20:17:34 +0100 Subject: [PATCH] Next development cycle for pueue-lib with 0.11.1-alpha.0 --- Cargo.lock | 2 +- pueue-lib/Cargo.toml | 2 +- pueue/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64a607b..37f3f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,7 +1170,7 @@ dependencies = [ [[package]] name = "pueue-lib" -version = "0.11.1" +version = "0.11.1-alpha.0" dependencies = [ "anyhow", "async-std", diff --git a/pueue-lib/Cargo.toml b/pueue-lib/Cargo.toml index 3a8435f..9c5b3ec 100644 --- a/pueue-lib/Cargo.toml +++ b/pueue-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pueue-lib" description = "The shared library to work with the Pueue client and daemon." -version = "0.11.1" +version = "0.11.1-alpha.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue" diff --git a/pueue/Cargo.toml b/pueue/Cargo.toml index d1d506b..55ea8b8 100644 --- a/pueue/Cargo.toml +++ b/pueue/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" maintenance = { status = "actively-developed" } [dependencies] -pueue-lib = { path = "../pueue-lib", version = "^0.11"} +pueue-lib = { path = "../pueue-lib", version = "0.11.1-alpha.0"} anyhow = "1" chrono = { version = "^0.4", features = ["serde"] }