Update version numbers to 0.8

This commit is contained in:
Brian Anderson 2013-09-21 16:25:08 -07:00
parent 5b3dfb0fe8
commit 695cb9fc2b
33 changed files with 46 additions and 46 deletions

View file

@ -15,7 +15,7 @@
#[no_std];
extern mod std;
extern mod zed(name = "std");
extern mod bar(name = "std", vers = "0.8-pre");
extern mod bar(name = "std", vers = "0.8");
use std::str;