Skip to content

Commit bc7529c

Browse files
committed
Bump to 0.6.4
1 parent c185ed5 commit bc7529c

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ mod tests {
118118
extern crate semver;
119119
use std::collections::HashMap;
120120
use std::error::Error;
121-
use std::io::MemReader;
122-
use std::io::net::ip::IpAddr;
121+
use std::old_io::MemReader;
122+
use std::old_io::net::ip::IpAddr;
123123

124124
use {RouteBuilder, RequestParams};
125125

0 commit comments

Comments
 (0)