Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 6, 2022
1 parent d1f0507 commit b6674fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "titlecase"
description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball."
version = "2.2.0"
version = "2.2.1"
edition = "2018"
authors = ["Wesley Moore <wes@wezm.net>"]

Expand Down
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,5 @@ mod tests {
"Way of the Dragon Makes of in an a Lowercase"
);

testcase!(
small_greek_letters,
"μ",
"Μ"
);
testcase!(small_greek_letters, "μ", "Μ");
}

0 comments on commit b6674fe

Please sign in to comment.