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/liblibc | |
| 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/liblibc')
| -rw-r--r-- | src/liblibc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 7258569e433..696914f4c5a 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -9,7 +9,7 @@ // except according to those terms. #![feature(globs)] -#![crate_id = "libc#0.11-pre"] +#![crate_id = "libc#0.11.0-pre"] #![experimental] #![no_std] // we don't need std, and we can't have std, since it doesn't exist // yet. std depends on us. |
