fix: move back to sled stable

This commit is contained in:
Timo Kösters 2021-04-11 10:12:05 +02:00
parent 84f4ce73e5
commit 044e65afcc
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 68 additions and 74 deletions

View file

@ -29,8 +29,8 @@ state-res = { git = "https://github.com/timokoesters/state-res", rev = "1ec42ea2
# Used for long polling and federation sender, should be the same as rocket::tokio
tokio = "1.2.0"
# Used for storing data permanently
#sled = { version = "0.34.6", default-features = false, features = ["compression"] }
sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] }
sled = { version = "0.34.6", default-features = false, features = ["compression"] }
#sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] }
# Used for emitting log entries
log = "0.4.14"