Set pueue-lib import, set next iteration cycle to patch

This commit is contained in:
Arne Beer 2021-01-18 20:05:57 +01:00
parent 2251e20c23
commit 85a445d657
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1170,7 +1170,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.11.1-alpha.0"
version = "0.11.1"
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.1-alpha.0"
version = "0.11.1"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"

View file

@ -15,7 +15,7 @@ edition = "2018"
maintenance = { status = "actively-developed" }
[dependencies]
pueue-lib = { path = "../pueue-lib" }
pueue-lib = { path = "../pueue-lib", version = "^0.11"}
anyhow = "1"
chrono = { version = "^0.4", features = ["serde"] }