Update deps, remove question_mark feature, bump version to 0.4.2.

This commit is contained in:
Jimmy Cuadra 2016-10-16 15:52:06 -07:00
parent e4e1ea1440
commit ff55576d0f
2 changed files with 7 additions and 7 deletions

View File

@ -8,18 +8,18 @@ license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.4.1"
version = "0.4.2"
[dependencies]
lazy_static = "0.2.1"
rand = "0.3.14"
regex = "0.1.73"
serde = "0.8.1"
url = "1.2.0"
regex = "0.1.77"
serde = "0.8.13"
url = "1.2.1"
[dependencies.diesel]
optional = true
version = "0.7.1"
version = "0.8.0"
[dev-dependencies]
serde_json = "0.8.1"
serde_json = "0.8.3"

View File

@ -1,7 +1,7 @@
//! Crate **ruma_identifiers** contains types for [Matrix](https://matrix.org/) identifiers
//! for events, rooms, room aliases, and users.
#![feature(question_mark, try_from)]
#![feature(try_from)]
#![deny(missing_docs)]
#[macro_use]