diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-25 10:11:05 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-25 10:11:05 -0700 |
commit | c8a5ca4ece134ba390c7706afe15fa06b1e6d351 (patch) | |
tree | b5368ec7358a3e8b0166932c3d58addf5f7ecfdf /tests | |
parent | 2c5aa077225bb0acea2bf81912a8774e8707a518 (diff) | |
download | milf-rs-c8a5ca4ece134ba390c7706afe15fa06b1e6d351.tar.gz milf-rs-c8a5ca4ece134ba390c7706afe15fa06b1e6d351.zip |
Bump to 0.1.19
Diffstat (limited to 'tests')
-rw-r--r-- | tests/valid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/valid.rs b/tests/valid.rs index 5693492..568518b 100644 --- a/tests/valid.rs +++ b/tests/valid.rs @@ -1,4 +1,4 @@ -extern crate "rustc-serialize" as rustc_serialize; +extern crate rustc_serialize; extern crate toml; use std::collections::BTreeMap; |