Skip to content

Commit 4e30da7

Browse files
committed
v0.1.2: Fix --help and --version
In v0.1.1, the `--version` was wrong and `--help` was missing 95% of the necessary information.
1 parent a5dd1ee commit 4e30da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geocode-csv"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)