Skip to content

Commit

Permalink
Bump a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 6, 2019
1 parent 4fd1a4a commit 1acf493
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: trusty
language: rust
cache: cargo
rust:
- nightly-2019-02-18
- nightly-2019-03-06
env:
- SETTLE_TIME=2000
script:
Expand Down
569 changes: 273 additions & 296 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion noria-benchmarks/vote/main.rs
@@ -1,4 +1,3 @@
#![feature(try_from)]
#![feature(try_blocks)]
#![feature(existential_type)]
#![feature(duration_float)]
Expand Down
2 changes: 0 additions & 2 deletions noria-server/common/src/lib.rs
@@ -1,5 +1,3 @@
#![feature(try_from)]

#[macro_use]
extern crate serde_derive;

Expand Down
1 change: 0 additions & 1 deletion noria-server/src/lib.rs
Expand Up @@ -350,7 +350,6 @@
//! ```
#![feature(allow_fail)]
#![feature(optin_builtin_traits)]
#![feature(try_from)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(nll)]
Expand Down
1 change: 0 additions & 1 deletion noria/src/lib.rs
Expand Up @@ -108,7 +108,6 @@
//! Noria provides a [MySQL adapter](https://github.com/mit-pdos/noria-mysql) that implements the
//! binary MySQL protocol, which provides a compatibility layer for applications that wish to
//! continue to issue ad-hoc MySQL queries through existing MySQL client libraries.
#![feature(try_from)]
#![feature(allow_fail)]
#![feature(bufreader_buffer)]
#![feature(try_blocks)]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly-2019-02-18
nightly-2019-03-06

0 comments on commit 1acf493

Please sign in to comment.