summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 19:53:17 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 19:53:17 -0400
commit06f5495d1d3e9986ecc5b9a285ac081c6300d9a7 (patch)
tree6659c6a10965eb6195aa7c04c650ea28a0cac1a8
parentf1775ce55147da1b2bbf2bfcc522d6fa229a0c94 (diff)
version bump v0.9.8
-rw-r--r--.github/workflows/automated-build.yml12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"