Skip to content

Commit 78553d3

Browse files
authored
Merge pull request #3 from steveklabnik/master
update deps and version
2 parents b26538c + 0c09be6 commit 78553d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22

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

1111
[dependencies]
12-
conduit = "0.7"
12+
conduit = "0.8"
1313
conduit-mime-types = "0.7"
1414
time = "0.1"
1515
filetime = "0.1"
1616

1717
[dev-dependencies]
18-
civet = "0.8"
19-
conduit-test = "0.7"
18+
civet = "0.9"
19+
conduit-test = "0.8"
2020
tempdir = "0.3"

0 commit comments

Comments
 (0)