Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Nov 9, 2023
1 parent db75e6c commit 7314c74
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pink_accents"
version = "0.0.3"
version = "0.0.4"
authors = ["fogapod"]
edition = "2021"
description = "Replacement of patterns in string to simulate speech accents"
Expand All @@ -9,7 +9,14 @@ homepage = "https://github.com/Fogapod/pink_accents"
license = "AGPL-3.0"
keywords = ["text"]
categories = ["text-processing"]
include = ["/README.md", "/Cargo.toml", "/src/*.rs", "LICENSE"]
include = [
"/README.md",
"/Cargo.toml",
"/src/*.rs",
"LICENSE",
# unfortunate but otherwise cargo publish fails becuase there is a bench target
"/benches",
]

[dependencies]
rand = "0.8"
Expand Down

0 comments on commit 7314c74

Please sign in to comment.