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 7ff687c commit fa8b760Copy full SHA for fa8b760
Cargo.toml
@@ -5,5 +5,5 @@ license = "MIT"
5
repository = "https://github.com/conduit-rust/route-recognizer.rs"
6
keywords = ["router", "url"]
7
8
-version = "0.1.7"
+version = "0.1.8"
9
authors = ["wycats"]
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![feature(associated_types)]
2
#[cfg(test)] extern crate test;
3
4
use nfa::NFA;
0 commit comments