Update ruma-identifiers to 0.10 and bump version to 0.7.0.

This commit is contained in:
Jimmy Cuadra 2017-03-24 01:45:21 -07:00
parent 2834dd4632
commit c80d41e076

View File

@ -8,10 +8,10 @@ license = "MIT"
name = "ruma-events" name = "ruma-events"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-events" repository = "https://github.com/ruma/ruma-events"
version = "0.6.0" version = "0.7.0"
[dependencies] [dependencies]
ruma-identifiers = "0.9" ruma-identifiers = "0.10"
ruma-signatures = "0.2" ruma-signatures = "0.2"
serde = "0.9" serde = "0.9"
serde_derive = "0.9" serde_derive = "0.9"