From ca987541d0fcbf581c75b057a7bacd67880f05b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Mon, 18 Sep 2023 13:54:48 +0200 Subject: [PATCH] Updates for Mint 0.19.0 --- .github/workflows/deploy.yml | 2 +- .tool-versions | 2 +- mint.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 052da19..fc04885 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Mint uses: fabasoad/setup-mint-action@main with: - version: 0.18.0 + version: 0.19.0 - name: Install Dependencies run: mint install diff --git a/.tool-versions b/.tool-versions index 6cef012..0d48765 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -mint 0.18.0 +mint 0.19.0 diff --git a/mint.json b/mint.json index ae57f3c..9df50b8 100644 --- a/mint.json +++ b/mint.json @@ -1,6 +1,6 @@ { "name": "mint-realworld", - "mint-version": "0.18.0 <= v < 1.0.0", + "mint-version": "0.19.0 <= v < 1.0.0", "source-directories": [ "source" ],