Compare commits

...

4 Commits

Author SHA1 Message Date
andy.boot
4e3c50177b hack 2021-09-19 15:43:40 +01:00
andy.boot
73bdb328f2 hack 2021-09-19 15:03:24 +01:00
andy.boot
68648178b3 hack 2021-09-19 14:44:31 +01:00
andy.boot
3c2149b431 release hacking:
drop version number back to 0.7.1, curious if i can reuse it when
testing
2021-09-19 14:37:38 +01:00
3 changed files with 5 additions and 2 deletions

View File

@@ -257,9 +257,12 @@ jobs:
with:
files: |
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
target/${{ matrix.job.target }}/debian
${{ env.PROJECT_NAME }}-${{ matrix.job.target }}.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
## fix! [rivy; 2020-22-01] `cargo tarpaulin` is unable to test this repo at the moment; alternate recipe or another testing framework?
# coverage:
# name: Code Coverage

2
Cargo.lock generated
View File

@@ -157,7 +157,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
version = "0.7.5"
version = "0.7.1"
dependencies = [
"ansi_term 0.12.1",
"assert_cmd",

View File

@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.7.5"
version = "0.7.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
readme = "README.md"