Skip to content

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Sep 4, 2024
1 parent d9d6a23 commit f553b15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -21,7 +21,6 @@ jobs:

linux-gnu:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -38,7 +37,6 @@ jobs:

linux-musl:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Docker Build
Expand All @@ -55,7 +53,6 @@ jobs:

macos-apple-silicon:
runs-on: macos-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Rustup Toolchain
Expand All @@ -72,7 +69,6 @@ jobs:

windows-mingw:
runs-on: windows-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Rustup Toolchain
Expand All @@ -89,7 +85,6 @@ jobs:

windows-msvc:
runs-on: windows-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Rustup Toolchain
Expand All @@ -106,7 +101,6 @@ jobs:

nix:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Install Nix
Expand Down
6 changes: 3 additions & 3 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "insanity";
version = "1.1.6";
version = "1.1.7";
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
Expand Down
2 changes: 1 addition & 1 deletion insanity-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-core"
version = "1.1.6"
version = "1.1.7"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion insanity-native-tui-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-tui-app"
version = "1.1.6"
version = "1.1.7"
authors = ["Nicolas Chan <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion insanity-tui-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-tui-adapter"
version = "1.1.6"
version = "1.1.7"
edition = "2021"

[lib]
Expand Down

0 comments on commit f553b15

Please sign in to comment.