Skip to content

Commit

Permalink
Bump versions to build with musl
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed May 29, 2023
1 parent f0f4034 commit 8ee1385
Showing 1 changed file with 2 additions and 2 deletions.
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@gmail.com>"]
version = "0.27.1"
version = "0.27.2"
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 @@ -30,7 +30,7 @@ clap = { version = "3.2.25", features = ["cargo"] }
crossbeam-channel = { version = "0.5.8", default-features = false }
time = { version = "0.3.21", features = ["formatting", "local-offset"] }
number_prefix = { version = "0.4.0", default-features = false }
skim = { version = "0.10.18", package="two_percent" }
skim = { version = "0.10.19", package="two_percent" }
nu-ansi-term = { version = "0.47.0", default-features = false }
lscolors = { version = "0.14.0", default-features = false, features = ["nu-ansi-term"] }
terminal_size = { version = "0.2.6", default-features = false }
Expand Down

0 comments on commit 8ee1385

Please sign in to comment.