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.
1 parent 45edb84 commit 17a13b8Copy full SHA for 17a13b8
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "conduit-router"
4
-version = "0.5.3"
+version = "0.5.4"
5
authors = ["[email protected]"]
6
license = "MIT"
7
description = "Router middleware for conduit based on route-recognizer"
src/lib.rs
@@ -1,6 +1,3 @@
-#![feature(macro_rules)]
-#![feature(globs)]
-
extern crate "route-recognizer" as router;
extern crate conduit;
0 commit comments