Skip to content

Commit

Permalink
v0.3.0-beta.1: Port to tokio 0.2, merge suffixes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emk committed Mar 27, 2020
1 parent 8f9a656 commit 22298e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geocode-csv"
version = "0.2.1"
version = "0.3.0-beta.1"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

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


[dev-dependencies]
cli_test_dir = "0.1.7"

Expand Down

0 comments on commit 22298e3

Please sign in to comment.