aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-08-25 12:07:29 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-08-26 07:35:02 +0000
commit734c6d26445ab2d8b28104a720bb1f107849556c (patch)
treed68306dc51a8ab53190521c7b32280b38ca8e727 /WORKSPACE
parenta59fa55506cea333f31b76231d8ccf7dcb3e6bac (diff)
Update Rust rules to use Rust 1.2.0. Rename features attribute to
crate_features to fix conflict with new default features attribute. -- MOS_MIGRATED_REVID=101454678
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index ac175d66b3..b4ee4e467a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -44,14 +44,14 @@ maven_jar(
new_http_archive(
name = "rust-linux-x86_64",
- url = "https://static.rust-lang.org/dist/rust-1.1.0-x86_64-unknown-linux-gnu.tar.gz",
- sha256 = "5a8b1c4bb254a698a69cd05734909a3933567be6996422ff53f947fd115372e6",
+ url = "https://static.rust-lang.org/dist/rust-1.2.0-x86_64-unknown-linux-gnu.tar.gz",
+ sha256 = "2311420052e06b3e698ce892924ec40890a8ff0499902e7fc5350733187a1531",
build_file = "tools/build_rules/rust/rust-linux-x86_64.BUILD",
)
new_http_archive(
name = "rust-darwin-x86_64",
- url = "https://static.rust-lang.org/dist/rust-1.1.0-x86_64-apple-darwin.tar.gz",
- sha256 = "ac802916da3f9c431377c00b864a517bc356859495b7a8a123ce2c532ee8fa83",
+ url = "https://static.rust-lang.org/dist/rust-1.2.0-x86_64-apple-darwin.tar.gz",
+ sha256 = "0d471e672fac5a450ae5507b335fda2efc0b22ea9fb7f215c6a9c466dafa2661",
build_file = "tools/build_rules/rust/rust-darwin-x86_64.BUILD",
)