improvement: upgrade to sled 0.32
BREAKING CHANGE: old databases are not compatible anymore
This commit is contained in:
parent
24c544f650
commit
05f1f73e10
2 changed files with 61 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue