mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2025-01-02 07:38:43 +00:00
jobs-sled: update jobs-core
This commit is contained in:
parent
0dbb9e154d
commit
6c8b3e67be
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "background-jobs-sled"
|
||||
description = "Sled storage backend for background-jobs"
|
||||
version = "0.18.0"
|
||||
version = "0.19.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]
|
||||
async-trait = "0.1.24"
|
||||
background-jobs-core = { version = "0.18.0", path = "../jobs-core" }
|
||||
background-jobs-core = { version = "0.19.0", path = "../jobs-core" }
|
||||
bincode = "1.2"
|
||||
sled = "0.34"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue