Skip to content

Commit

Permalink
Upcoming 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ysf committed Sep 13, 2021
1 parent 4dae071 commit 0eb9d28
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 34 deletions.
73 changes: 41 additions & 32 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]
edition = "2018"
name = "anewer"
version = "0.1.5"
version = "0.1.6"
authors = ["ysf <ich@youssef.de>"]
description = "anewer appends lines from stdin to a file if they don't already exist in the file. You could also use it as `uniq` without `sort`."
homepage = "https://github.com/ysf/anewer"
Expand All @@ -20,7 +20,7 @@ exclude = [
anyhow="1"
structopt="0.3"
memchr="2"
ahash = "0.5.6"
ahash = "0.7"

[[bin]]
name = "anewer"
Expand Down

0 comments on commit 0eb9d28

Please sign in to comment.