Skip to content

Commit 967a771

Browse files
committed
Bump to 0.7.2
1 parent e042461 commit 967a771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "conduit-static"
4-
version = "0.7.1"
4+
version = "0.7.2"
55
authors = ["[email protected]",
66
"Alex Crichton <[email protected]>"]
77
description = "Middleware for serving static files for conduit"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(trivial_casts)]
2-
#![feature(fs_time, convert)]
2+
#![feature(fs_time)]
33
#![cfg_attr(test, deny(warnings))]
44

55
extern crate conduit;

0 commit comments

Comments
 (0)