Bump version to 0.9

This commit is contained in:
Brian Anderson 2014-01-02 10:24:26 -08:00
parent 0df9b850ac
commit 56ec9c23a4
13 changed files with 13 additions and 13 deletions

View file

@ -17,7 +17,7 @@
#[no_std];
extern mod std;
extern mod zed = "std";
extern mod bar = "std#0.9-pre";
extern mod bar = "std#0.9";
use std::str;