diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-03-31 13:11:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-31 14:40:44 -0700 |
| commit | a5681d25906fd07eee00dd430a1053ff722da26a (patch) | |
| tree | bf80094b92597932f7bd3e1c6e9a8b3d5cfec1cd /src/libworkcache | |
| parent | a7e057d402a345f547e67a326871621472d04035 (diff) | |
| download | rust-a5681d25906fd07eee00dd430a1053ff722da26a.tar.gz rust-a5681d25906fd07eee00dd430a1053ff722da26a.zip | |
Bump version to 0.10
Diffstat (limited to 'src/libworkcache')
| -rw-r--r-- | src/libworkcache/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libworkcache/lib.rs b/src/libworkcache/lib.rs index a078a770e86..5cfca04690c 100644 --- a/src/libworkcache/lib.rs +++ b/src/libworkcache/lib.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![crate_id = "workcache#0.10-pre"] +#![crate_id = "workcache#0.10"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] |
