Update deps, remove question_mark feature, bump version to 0.4.2.
This commit is contained in:
parent
e4e1ea1440
commit
ff55576d0f
12
Cargo.toml
12
Cargo.toml
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user