Skip to content

Commit fa8b760

Browse files
committed
Bump to 0.1.8
1 parent 7ff687c commit fa8b760

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ license = "MIT"
55
repository = "https://github.com/conduit-rust/route-recognizer.rs"
66
keywords = ["router", "url"]
77

8-
version = "0.1.7"
8+
version = "0.1.8"
99
authors = ["wycats"]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(associated_types)]
21
#[cfg(test)] extern crate test;
32

43
use nfa::NFA;

0 commit comments

Comments
 (0)