aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE12
1 files changed, 6 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6f2df12186..b3aebe8e76 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -44,16 +44,16 @@ maven_jar(
new_http_archive(
name = "rust-linux-x86_64",
- 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",
+ url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-unknown-linux-gnu.tar.gz",
+ sha256 = "fa755b6331ff7554e6e8545ee20af7897b0adc65f471dd24ae8a467a944755b4",
+ build_file = "tools/build_rules/rust/rust.BUILD",
)
new_http_archive(
name = "rust-darwin-x86_64",
- 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",
+ url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-apple-darwin.tar.gz",
+ sha256 = "bfeac876e22cc5fe63a250644ce1a6f3892c13a5461131a881419bd06fcb2011",
+ build_file = "tools/build_rules/rust/rust.BUILD",
)
# In order to run the Android integration tests, uncomment these rules, point