From 990569df8e56b489fb14203727798b632b638e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Sun, 3 Feb 2019 12:57:52 +0000 Subject: [PATCH] Upgrade to last rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 731dc7d..1d8a40f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust LABEL maintainer="Elois Librelois" -LABEL version="0.1" +LABEL version="0.2" LABEL description="CI for rust-wasm projects" # add target wasm32-unknown-unknown -- GitLab