We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b26538c + 0c09be6 commit 78553d3Copy full SHA for 78553d3
Cargo.toml
@@ -1,20 +1,20 @@
1
[package]
2
3
name = "conduit-static"
4
-version = "0.7.3"
+version = "0.8.0"
5
authors = ["[email protected]",
6
"Alex Crichton <[email protected]>"]
7
description = "Middleware for serving static files for conduit"
8
repository = "https://github.com/conduit-rust/conduit-static"
9
license = "MIT"
10
11
[dependencies]
12
-conduit = "0.7"
+conduit = "0.8"
13
conduit-mime-types = "0.7"
14
time = "0.1"
15
filetime = "0.1"
16
17
[dev-dependencies]
18
-civet = "0.8"
19
-conduit-test = "0.7"
+civet = "0.9"
+conduit-test = "0.8"
20
tempdir = "0.3"
0 commit comments