Fix review issues, move state-res to spec-comp branch
This commit is contained in:
@@ -32,7 +32,7 @@ thiserror = "1.0.19" # Used for conduit::Error type
|
||||
image = { version = "0.23.4", default-features = false, features = ["jpeg", "png", "gif"] } # Used to generate thumbnails for images
|
||||
base64 = "0.12.3" # Used to encode server public key
|
||||
# state-res = { path = "../../state-res" }
|
||||
state-res = { git = "https://github.com/ruma/state-res", version = "0.1.0" }
|
||||
state-res = { git = "https://github.com/ruma/state-res", version = "0.1.0", branch = "spec-comp" }
|
||||
ring = "0.16.15"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user