@@ -1,7 +1,7 @@
[package]
name = "url"
-version = "0.2.18"
+version = "0.2.19"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
description = "URL parser for Rust"
@@ -128,7 +128,7 @@ extern crate matches;
use std::fmt::{self, Formatter};
use std::hash;
-use std::path;
+use std::old_path as path;
pub use host::{Host, Ipv6Address};
pub use parser::{ErrorHandler, ParseResult, ParseError};