This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new 230486c add runtime Rust 1.0.0 to downloads (#423)
230486c is described below
commit 230486ce73fc2eaae194983f29b21e308c86b199
Author: David Grove <[email protected]>
AuthorDate: Mon Feb 17 14:15:46 2020 -0500
add runtime Rust 1.0.0 to downloads (#423)
---
_layouts/downloads.html | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index 3bd0847..6af0c87 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -261,13 +261,29 @@ layout: default
<div class="component-release-artifact-list
border-deeper-sky-blue">
<version>1.14.0</version>
<a
-
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-swift-1.14.0-sources.tar.gz">
+
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-ruby-1.14.0-sources.tar.gz">
Source code</a>
<a
-
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-swift-1.14.0-sources.tar.gz.sha512">
+
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-ruby-1.14.0-sources.tar.gz.sha512">
SHA-512 checksum</a>
<a
-
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-swift-1.14.0-sources.tar.gz.asc">
+
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-ruby-1.14.0-sources.tar.gz.asc">
+ PGP signature</a>
+ </div>
+ </div>
+
+ <div class="component-releases-structure
theme-deeper-sky-blue">
+ <p><ctitle>OpenWhisk Runtime Rust</ctitle>Supports
functions written for Rust v1.34.</p>
+ <div class="component-release-artifact-list
border-deeper-sky-blue">
+ <version>1.0.0</version>
+ <a
+
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-rust-1.0.0-sources.tar.gz">
+ Source code</a>
+ <a
+
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-rust-1.0.0-sources.tar.gz.sha512">
+ SHA-512 checksum</a>
+ <a
+
href="https://www.apache.org/dist/openwhisk/openwhisk-runtime-rust-1.0.0-sources.tar.gz.asc">
PGP signature</a>
</div>
</div>