Skip to content

Commit 67b70e3

Browse files
authored
Release v0.2.1 (#154)
Bump version to v0.2.1.
2 parents a16c663 + 5fd21f5 commit 67b70e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commit-email"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Marvin König <dev@mkqavi.com>"]
55
license = "MIT"
66
description = "A tool that reminds you to commit with the correct email address"
@@ -16,8 +16,8 @@ dirs = "5.0.1"
1616
serde = { version = "1.0.197", features = ["derive"] }
1717
toml = "0.8.10"
1818
cursive = { version = "0.20.0", features = [
19-
"crossterm-backend",
20-
"toml",
19+
"crossterm-backend",
20+
"toml",
2121
], default_features = false }
2222
url = { version = "2.5.0", features = ["serde"] }
2323
anyhow = "1.0.80"

0 commit comments

Comments
 (0)