Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Sep 20, 2024
1 parent 8233ce8 commit 161ae1d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httm"
authors = ["Robert Swinford <robert.swinford <...at...> gmail.com>"]
version = "0.43.0"
version = "0.43.1"
edition = "2021"
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
Expand Down Expand Up @@ -37,7 +37,7 @@ xattr = { version = "1.3.1", default-features = false, optional = true }

[dependencies]
ahash = { version = "0.8.11", default-features = false }
clap = { version = "4.5.17", default-features = true, features = [
clap = { version = "4.5.18", default-features = true, features = [
"std",
"cargo",
] }
Expand Down
7 changes: 5 additions & 2 deletions httm.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH HTTM "1" "September 2024" "httm 0.43.0" "User Commands"
.TH HTTM "1" "September 2024" "httm 0.43.1" "User Commands"
.SH NAME
httm \- manual page for httm 0.43.0
httm \- manual page for httm 0.43.1
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down Expand Up @@ -64,6 +64,9 @@ display the snapshot locations only, without extraneous information, delimited b
\fB\-0\fR, \fB\-\-zero\fR
display the snapshot locations only, without extraneous information, delimited by a NULL character. [aliases: null]
.TP
\fB\-\-csv\fR
display all information, delimited by a comma.
.TP
\fB\-\-not\-so\-pretty\fR
display the ordinary output, but tab delimited, without any pretty border lines. [aliases: tabs, plain\-jane, not\-pretty]
.TP
Expand Down
6 changes: 3 additions & 3 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/clap-rs/clap ">clap_builder 4.5.17</a></li>
<li><a href=" https://github.com/clap-rs/clap ">clap_builder 4.5.18</a></li>
<li><a href=" https://github.com/clap-rs/clap/tree/master/clap_lex ">clap_lex 0.7.0</a></li>
<li><a href=" https://github.com/sharkdp/lscolors ">lscolors 0.19.0</a></li>
</ul>
Expand Down Expand Up @@ -1927,7 +1927,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstream 0.6.13</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">anstyle-query 1.0.2</a></li>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.8</a></li>
<li><a href=" https://github.com/clap-rs/clap ">clap 4.5.17</a></li>
<li><a href=" https://github.com/clap-rs/clap ">clap 4.5.18</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">colorchoice 1.0.0</a></li>
<li><a href=" https://github.com/colin-kiegel/rust-derive-builder ">derive_builder 0.20.1</a></li>
<li><a href=" https://github.com/colin-kiegel/rust-derive-builder ">derive_builder_core 0.20.1</a></li>
Expand Down Expand Up @@ -3499,7 +3499,7 @@ <h4>Used by:</h4>
<h3 id="MPL-2.0">Mozilla Public License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.43.0</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.43.1</a></li>
</ul>
<pre class="license-text">Mozilla Public License Version 2.0
&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;
Expand Down

0 comments on commit 161ae1d

Please sign in to comment.