Update to Diesel 0.10.
This commit is contained in:
parent
c82edfb316
commit
c6b959c7a1
14
Cargo.toml
14
Cargo.toml
@ -11,15 +11,15 @@ repository = "https://github.com/ruma/ruma-identifiers"
|
|||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "0.2.2"
|
lazy_static = "0.2"
|
||||||
rand = "0.3.15"
|
rand = "0.3"
|
||||||
regex = "0.2.1"
|
regex = "0.2"
|
||||||
serde = "0.9.1"
|
serde = "0.9"
|
||||||
url = "1.4.0"
|
url = "1.4"
|
||||||
|
|
||||||
[dependencies.diesel]
|
[dependencies.diesel]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.9.0"
|
version = "0.10"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "0.9.1"
|
serde_json = "0.9"
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
//! for events, rooms, room aliases, and users.
|
//! for events, rooms, room aliases, and users.
|
||||||
|
|
||||||
#![feature(try_from)]
|
#![feature(try_from)]
|
||||||
|
#![deny(missing_debug_implementations)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
#![deny(warnings)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user