mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
Prepare 0.11
This commit is contained in:
parent
8c3f83c275
commit
85278110ce
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ completion-logging = ["background-jobs-core/completion-logging", "error-logging"
|
|||
error-logging = ["background-jobs-core/error-logging"]
|
||||
|
||||
[dependencies.background-jobs-core]
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
path = "jobs-core"
|
||||
|
||||
[dependencies.background-jobs-actix]
|
||||
|
|
|
@ -14,7 +14,7 @@ actix-rt = "2.2.0"
|
|||
anyhow = "1.0"
|
||||
async-mutex = "1.0.1"
|
||||
async-trait = "0.1.24"
|
||||
background-jobs-core = { version = "0.10.0", path = "../jobs-core", features = ["with-actix"] }
|
||||
background-jobs-core = { version = "0.11.0", path = "../jobs-core", features = ["with-actix"] }
|
||||
chrono = "0.4"
|
||||
tracing = "0.1"
|
||||
tracing-futures = "0.2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "background-jobs-core"
|
||||
description = "Core types for implementing an asynchronous jobs processor"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
license = "AGPL-3.0"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
repository = "https://git.asonix.dog/asonix/background-jobs"
|
||||
|
|
|
@ -13,7 +13,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
actix-rt = "2.0.1"
|
||||
async-trait = "0.1.24"
|
||||
background-jobs-core = { version = "0.10.0", path = "../jobs-core" }
|
||||
background-jobs-core = { version = "0.11.0", path = "../jobs-core" }
|
||||
bincode = "1.2"
|
||||
chrono = "0.4"
|
||||
sled = "0.34"
|
||||
|
|
Loading…
Reference in a new issue