chore: set the released version of persy in Cargo.toml
This commit is contained in:
parent
f9977ca64f
commit
c1cd4b5e26
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ tokio = "1.11.0"
|
|||
# Used for storing data permanently
|
||||
sled = { version = "0.34.6", features = ["compression", "no_metrics"], optional = true }
|
||||
#sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] }
|
||||
persy = { git = "https://gitlab.com/tglman/persy.git", branch="master" , optional = true, features=["background_ops"] }
|
||||
persy = { version = "1.2" , optional = true, features=["background_ops"] }
|
||||
|
||||
# Used for the http request / response body type for Ruma endpoints used with reqwest
|
||||
bytes = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue