improvement: upgrade to sled 0.32
BREAKING CHANGE: old databases are not compatible anymore
This commit is contained in:
@@ -15,7 +15,7 @@ edition = "2018"
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "4928e35ec5c4b9242f50d644282d9896d0160a10", features = ["tls"] }
|
||||
http = "0.2.1"
|
||||
log = "0.4.8"
|
||||
sled = "0.31.0"
|
||||
sled = "0.32.0"
|
||||
directories = "2.0.2"
|
||||
js_int = "0.1.5"
|
||||
serde_json = { version = "1.0.53", features = ["raw_value"] }
|
||||
|
||||
Reference in New Issue
Block a user