Skip to content

Commit 22298e3

Browse files
committed
v0.3.0-beta.1: Port to tokio 0.2, merge suffixes
This release is based on `tokio` 0.2, bringing all the async components into the modern world. We also add some code to fix a common pattern where addresses contain "Main Street #302 #302" because of inconsistently redundant columns.
1 parent 8f9a656 commit 22298e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

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

@@ -10,7 +10,6 @@ readme = "README.md"
1010
repository = "https://github.com/faradayio/geocode-csv"
1111
documentation = "https://github.com/faradayio/geocode-csv"
1212

13-
1413
[dev-dependencies]
1514
cli_test_dir = "0.1.7"
1615

0 commit comments

Comments
 (0)