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-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bc0e15  added Rust 1.34 support to deploy-kube (#533)
0bc0e15 is described below

commit 0bc0e1585643ad7f940a37f4d1072f44599420d2
Author: Roberto Diaz <[email protected]>
AuthorDate: Fri Feb 14 21:05:36 2020 +0000

    added Rust 1.34 support to deploy-kube (#533)
    
    * added Rust 1.34 support to deploy-kube
---
 helm/openwhisk/runtimes.json | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 50c95ff..24f1d5c 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -203,6 +203,22 @@
                 }
             }
         ],
+        "rust": [
+            {
+                "kind": "rust:1.34",
+                "default": true,
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                },
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-rust-v1.34",
+                    "tag": "1.0.0"
+                }
+            }
+        ],
         "dotnet": [
             {
                 "kind": "dotnet:2.2",

Reply via email to