Update sled

This commit is contained in:
asonix 2020-03-21 11:50:24 -05:00
parent 5a0f9c0d5d
commit f75c6b8eb5

View file

@ -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"