From 442576f23997089addcbf716d85a48b68a2ab711 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 19 Mar 2023 16:22:52 +0000
Subject: [PATCH] fix: removed old rust version

---
 .github/workflows/main.yml | 3 ++-
 .gitlab-ci.yml             | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0a11b8d4..9cdd07c3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
           "1.65.0",
           "1.66.0",
           "1.67.0",
+          "1.68.0",
           "latest"
         ]
     runs-on: ubuntu-latest
@@ -46,11 +47,11 @@ jobs:
     strategy:
       matrix:
         rust-version: [
-          "1.63.0",
           "1.64.0",
           "1.65.0",
           "1.66.0",
           "1.67.0",
+          "1.68.0",
           "latest"
         ]
         node-version: ["16"]
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71549997..206521fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ build-wasm:
   stage: build
   parallel:
     matrix:
-      - RUST_VERSION: ["1.63.0"]
+      - RUST_VERSION: ["1.64.0"]
   script:
     - rustup toolchain install $RUST_VERSION
     - rustup override set $RUST_VERSION
-- 
GitLab