Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Apr 13, 2023
1 parent 123845b commit 4be0ec2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 36 deletions.
49 changes: 19 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httm"
authors = ["Robert Swinford <[email protected]>"]
version = "0.25.9"
version = "0.26.0"
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 @@ -31,8 +31,8 @@ clap = { version = "3.2.8", features = ["cargo"] }
crossbeam = { version = "0.8.2", default-features = false }
time = { version = "0.3.17", features = ["formatting", "local-offset"] }
number_prefix = { version = "0.4.0", default-features = false }
skim = { version = "0.10.4", package="two_percent" }
lscolors = { version = "0.13.0", features = ["ansi_term"] }
skim = { version = "0.10.5", package="two_percent" }
lscolors = { version = "0.14.0", features = ["ansi_term"] }
terminal_size = { version = "0.2.3", default-features = false }
which = { version = "4.3.0", default-features = false }
rayon = { version = "1.6.0", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions httm.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH HTTM "1" "April 2023" "httm 0.25.9" "User Commands"
.TH HTTM "1" "April 2023" "httm 0.26.0" "User Commands"
.SH NAME
httm \- manual page for httm 0.25.9
httm \- manual page for httm 0.26.0
.SH DESCRIPTION
httm 0.25.9
httm 0.26.0
httm prints the size, date and corresponding locations of available unique versions of files
residing on snapshots. May also be used interactively to select and restore from such versions, and
even to snapshot datasets which contain certain files.
Expand Down

0 comments on commit 4be0ec2

Please sign in to comment.