mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +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"
|
||||
background-jobs-core = { version = "0.7", path = "../jobs-core" }
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue