(cargo-release) start next development iteration 0.11.3-alpha.0

This commit is contained in:
Arne Beer 2021-02-01 19:59:11 +01:00
parent b8f325f955
commit 21e6878883
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1199,7 +1199,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.11.2"
version = "0.11.3-alpha.0"
dependencies = [
"anyhow",
"async-std",

View file

@ -1,7 +1,7 @@
[package]
name = "pueue-lib"
description = "The shared library to work with the Pueue client and daemon."
version = "0.11.2"
version = "0.11.3-alpha.0"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"

View file

@ -23,7 +23,7 @@ name = "pueued"
path = "daemon/main.rs"
[dependencies]
pueue-lib = { version = "0.11"}
pueue-lib = { version = "^0.11-alpha.0"}
#pueue-lib = { path = "../pueue-lib" }
anyhow = "1"