Skip to content

Commit 4e24376

Browse files
committed
Bump to 0.6.2
1 parent 0a3a228 commit 4e24376

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-test"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
authors = ["[email protected]",
66
"Alex Crichton <[email protected]>"]
77
description = "Testing utilities for conduit-based stacks"

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#![feature(io, core)]
2+
13
extern crate semver;
24
extern crate conduit;
35

46
use std::old_io::net::ip::{IpAddr, Ipv4Addr};
57
use std::old_io::MemReader;
68
use std::collections::HashMap;
7-
use std::fmt::Show;
8-
use std::path::BytesContainer;
99

1010
use semver::Version;
1111
use conduit::{Method, Scheme, Host, Extensions, Headers, TypeMap};

0 commit comments

Comments
 (0)