From f9fc885be62a689c779ba3f117a3d61b2def15f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Holl=C3=BD?= Date: Sat, 9 Apr 2022 22:46:34 +0200 Subject: [PATCH] fix release --- .github/workflows/release.yml | 3 +++ Cargo.lock | 4 ++-- modsink-ui/Cargo.toml | 2 +- modsink-ui/src/lib.rs | 2 +- modsink/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38ecc084..b815450f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,9 @@ jobs: } runs-on: ${{ matrix.os }} steps: + - name: Checkout code + uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 with: toolchain: stable diff --git a/Cargo.lock b/Cargo.lock index 6d640b77..dc7f3804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2179,7 +2179,7 @@ dependencies = [ [[package]] name = "modsink" -version = "0.5.4" +version = "0.5.5" dependencies = [ "a417sync-types", "acid-store", @@ -2213,7 +2213,7 @@ dependencies = [ [[package]] name = "modsink-ui" -version = "0.5.4" +version = "0.5.5" dependencies = [ "directories-next", "iced", diff --git a/modsink-ui/Cargo.toml b/modsink-ui/Cargo.toml index a23b7aa7..665a0ca4 100644 --- a/modsink-ui/Cargo.toml +++ b/modsink-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "modsink-ui" -version = "0.5.4" +version = "0.5.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/modsink-ui/src/lib.rs b/modsink-ui/src/lib.rs index 93406b32..e7e687b3 100644 --- a/modsink-ui/src/lib.rs +++ b/modsink-ui/src/lib.rs @@ -1,6 +1,6 @@ use iced::{ button, Align, Application, Button, Clipboard, Column, Command, Container, Element, Length, - Row, Settings, Text, Tooltip, + Settings, Text, }; pub fn main() -> iced::Result { diff --git a/modsink/Cargo.toml b/modsink/Cargo.toml index 83a5f270..694f0a2c 100644 --- a/modsink/Cargo.toml +++ b/modsink/Cargo.toml @@ -7,7 +7,7 @@ license = 'AGPL-3.0-or-later' name = "modsink" readme = '../README.md' repository = 'https://github.com/j2ghz/ModSink/' -version = "0.5.4" +version = "0.5.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html