Skip to content

Commit

Permalink
Merge tag 'v1.0.8'
Browse files Browse the repository at this point in the history
chore: Release uwc version 1.0.8
  • Loading branch information
dead10ck committed Sep 30, 2024
2 parents 532314f + 98cfa26 commit 028552f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[package]
authors = ["Skyler Hawthorne <skyler@dead10ck.com>"]
authors = ["Skyler Hawthorne <skyler@dead10ck.dev>"]
categories = ["command-line-utilities", "text-processing"]
description = "Counts things in unicode text files"
edition = "2018"
keywords = ["wc", "unicode", "word", "count"]
license = "MPL-2.0"
name = "uwc"
readme = "README.md"
repository = "https://gitlab.com/dead10ck/uwc"
version = "1.0.7"
repository = "https://github.com/dead10ck/uwc"
version = "1.0.8"

[badges]
[badges.gitlab]
[badges.github]
branch = "master"
repository = "dead10ck/uwc"

Expand All @@ -27,7 +26,3 @@ structopt = "0.3.26"
structopt-derive = "0.4.18"
tabwriter = "1.4.0"
unicode-segmentation = "1.12.0"

[profile]
[profile.release]
lto = true

0 comments on commit 028552f

Please sign in to comment.