Skip to content

Commit

Permalink
Merge pull request #1 from warnp/warnp-patch-1
Browse files Browse the repository at this point in the history
Back to rust nightly 1.19
  • Loading branch information
warnp authored Apr 12, 2018
2 parents 153d4f0 + 753d297 commit e4c39fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- nightly-2018-04-04
- nightly-2017-05-10

sudo: false

Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ authors = ["romain <romain.assie@supinfo.com>"]
[dependencies]
router= "0.5.1"
staticfile = "0.4"
maud = { version = "0.17", features = ["iron"] }
maud_macros = "0.17"
maud = { version = "0.16", features = ["iron"] }
maud_macros = "0.16"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0" # just for the example, not required in general
mount = "0.3"
iron = "0.6.*"
[dependencies.iron]
version = "0.5.1"
1 change: 0 additions & 1 deletion src/pages/image.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use data_type::data_type::Data;
use maud::PreEscaped;
use maud::html;

pub struct ImagePage;

Expand Down
1 change: 0 additions & 1 deletion src/pages/show_off.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

use data_type::data_type::Data;
use maud::PreEscaped;
use maud::html;

pub struct ShowOff;

Expand Down

0 comments on commit e4c39fc

Please sign in to comment.