mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
Update sled
This commit is contained in:
parent
5a0f9c0d5d
commit
f75c6b8eb5
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ actix-threadpool = "0.3.1"
|
||||||
async-trait = "0.1.24"
|
async-trait = "0.1.24"
|
||||||
background-jobs-core = { version = "0.7", path = "../jobs-core" }
|
background-jobs-core = { version = "0.7", path = "../jobs-core" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
sled-extensions = { version = "0.2", features = ["bincode", "cbor"] }
|
sled-extensions = { version = "0.3.0-alpha.0", features = ["bincode", "cbor"], git = "https://git.asonix.dog/Aardwolf/sled-extensions" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue