Use state_map crate instead of rust-matrix-lib

This commit is contained in:
Erik Johnston
2018-10-12 12:11:07 +01:00
parent a725aba1d1
commit cd63923f6e
4 changed files with 48 additions and 280 deletions

View File

@@ -12,5 +12,5 @@ postgres = "0.15.2"
rayon = "1.0.2"
string_cache = "0.7.3"
[dependencies.rust-matrix-lib]
git = "https://github.com/erikjohnston/rust-matrix-lib"
[dependencies.state-map]
git = "https://github.com/matrix-org/rust-matrix-state-map"