fix: move back to sled stable
This commit is contained in:
parent
84f4ce73e5
commit
044e65afcc
4 changed files with 68 additions and 74 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue