Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 257f3f8

Browse files
committed
v0.10.1
1 parent a9f6325 commit 257f3f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conduit-static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conduit-static"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["wycats@gmail.com",
55
"Alex Crichton <alex@alexcrichton.com>"]
66
description = "Middleware for serving static files for conduit"

examples/static-file-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2018"
66
[dependencies]
77
civet = "0.12.0-alpha.5"
88
conduit = { version ="0.10.0", path = "../../conduit" }
9-
conduit-static = { version ="0.10.0", path = "../../conduit-static" }
9+
conduit-static = { version ="0.10.1", path = "../../conduit-static" }

0 commit comments

Comments
 (0)