Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
j2ghz committed Apr 9, 2022
1 parent e63ed31 commit f9fc885
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modsink-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion modsink-ui/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion modsink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9fc885

Please sign in to comment.