diff options
| author | bors <bors@rust-lang.org> | 2014-05-12 21:45:13 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-12 21:45:13 -0700 |
| commit | 967366e988a811ae0fb47d3ad5ce0499a1414a43 (patch) | |
| tree | c42be234281609b117790f1c0b6d9db800543e5e /src/libworkcache | |
| parent | 1ee5e7f18511b95ddb83e725d46de0fee43825cf (diff) | |
| parent | 5001a666650962f00137f126247c50fa1188a599 (diff) | |
| download | rust-967366e988a811ae0fb47d3ad5ce0499a1414a43.tar.gz rust-967366e988a811ae0fb47d3ad5ce0499a1414a43.zip | |
auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton
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 9343de83d4d..1dd87f3954e 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.11-pre"] +#![crate_id = "workcache#0.11.0-pre"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] |
