Skip to content

Commit

Permalink
Merge pull request #3 from steveklabnik/master
Browse files Browse the repository at this point in the history
update deps and version
  • Loading branch information
alexcrichton authored Oct 13, 2016
2 parents b26538c + 0c09be6 commit 78553d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]

name = "conduit-static"
version = "0.7.3"
version = "0.8.0"
authors = ["wycats@gmail.com",
"Alex Crichton <alex@alexcrichton.com>"]
description = "Middleware for serving static files for conduit"
repository = "https://github.com/conduit-rust/conduit-static"
license = "MIT"

[dependencies]
conduit = "0.7"
conduit = "0.8"
conduit-mime-types = "0.7"
time = "0.1"
filetime = "0.1"

[dev-dependencies]
civet = "0.8"
conduit-test = "0.7"
civet = "0.9"
conduit-test = "0.8"
tempdir = "0.3"

0 comments on commit 78553d3

Please sign in to comment.