Skip to content

Commit

Permalink
Fix missing cities-json version field
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 19, 2023
1 parent a927c2f commit baa6c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy_static = "1.4.0"
criterion = {version = "0.5", features = ["html_reports"]}

# cities-json = { git = "https://github.com/ringsaturn/go-cities.json", rev = "38a818ded6dcd1759e4633a36502b693c8b14858" }
cities-json = "*"
cities-json = "0.4.0"

[features]
default = ["clap"]
Expand Down

0 comments on commit baa6c84

Please sign in to comment.