From 06f5495d1d3e9986ecc5b9a285ac081c6300d9a7 Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Fri, 15 Mar 2024 19:53:17 -0400 Subject: version bump v0.9.8 --- .github/workflows/automated-build.yml | 12 ++++++------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/automated-build.yml b/.github/workflows/automated-build.yml index bcf4b9d..ebae07e 100644 --- a/.github/workflows/automated-build.yml +++ b/.github/workflows/automated-build.yml @@ -16,12 +16,12 @@ jobs: fail-fast: false matrix: job: - - {os: ubuntu-20.04, target: arm-unknown-linux-gnueabihf, use-cross: true} - - {os: ubuntu-20.04, target: arm-unknown-linux-musleabihf, use-cross: true} - - {os: ubuntu-20.04, target: aarch64-unknown-linux-musl, use-cross: true} - - {os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true} - - {os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true} - - {os: ubuntu-20.04, target: x86_64-unknown-linux-gnu} + - {os: ubuntu-22.04, target: arm-unknown-linux-gnueabihf, use-cross: true} + - {os: ubuntu-22.04, target: arm-unknown-linux-musleabihf, use-cross: true} + - {os: ubuntu-22.04, target: aarch64-unknown-linux-musl, use-cross: true} + - {os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, use-cross: true} + - {os: ubuntu-22.04, target: x86_64-unknown-linux-musl, use-cross: true} + - {os: ubuntu-22.04, target: x86_64-unknown-linux-gnu} - {os: macos-latest, target: aarch64-apple-darwin} - {os: macos-13, target: x86_64-apple-darwin} steps: diff --git a/Cargo.lock b/Cargo.lock index 523f86d..0640c44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "joshuto" -version = "0.9.7" +version = "0.9.8" dependencies = [ "alphanumeric-sort", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 3fb9492..52e7fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "joshuto" -version = "0.9.7" +version = "0.9.8" authors = ["Jiayi Zhao "] description = "Terminal file manager inspired by ranger" homepage = "https://github.com/kamiyaa/joshuto" -- cgit v1.2.3