about summary refs log tree commit diff
path: root/src/libsync
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-12 21:45:13 -0700
committerbors <bors@rust-lang.org>2014-05-12 21:45:13 -0700
commit967366e988a811ae0fb47d3ad5ce0499a1414a43 (patch)
treec42be234281609b117790f1c0b6d9db800543e5e /src/libsync
parent1ee5e7f18511b95ddb83e725d46de0fee43825cf (diff)
parent5001a666650962f00137f126247c50fa1188a599 (diff)
downloadrust-967366e988a811ae0fb47d3ad5ce0499a1414a43.tar.gz
rust-967366e988a811ae0fb47d3ad5ce0499a1414a43.zip
auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton
Diffstat (limited to 'src/libsync')
-rw-r--r--src/libsync/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index 58bd837104c..e5d506301e3 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -12,7 +12,7 @@
  * Concurrency-enabled mechanisms and primitives.
  */
 
-#![crate_id = "sync#0.11-pre"]
+#![crate_id = "sync#0.11.0-pre"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]