Continue updating for latest rust

Fixed tests, however cannot link bench tests for some reason
This commit is contained in:
cyderize
2015-01-10 19:15:46 +11:00
parent 122e94c8a6
commit cc7fa15b04
6 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ use std::path::BytesContainer;
use hyper::net;
static README: &'static [u8] = include_bin!("../README.md");
static README: &'static [u8] = include_bytes!("../README.md");
struct MockStream {