Skip to content

Commit 17a13b8

Browse files
committed
Bump to 0.5.4
1 parent 45edb84 commit 17a13b8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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-router"
4-
version = "0.5.3"
4+
version = "0.5.4"
55
authors = ["[email protected]"]
66
license = "MIT"
77
description = "Router middleware for conduit based on route-recognizer"

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#![feature(macro_rules)]
2-
#![feature(globs)]
3-
41
extern crate "route-recognizer" as router;
52
extern crate conduit;
63

0 commit comments

Comments
 (0)