Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow new geo-type 0.7 #38

Merged
merged 1 commit into from
Jan 16, 2021
Merged

Conversation

michaelkirk
Copy link
Member

No description provided.

@sunng87
Copy link
Member

sunng87 commented Jan 16, 2021

Thank you! By the way what's the difference in semver for this version range with direct 0.7 ?

@sunng87 sunng87 merged commit 34ffa29 into georust:master Jan 16, 2021
@michaelkirk
Copy link
Member Author

michaelkirk commented Jan 19, 2021

If I'm understanding your question correctly, I think you're asking why I did this:

- geo-types = "0.6.0"
+ geo-types = ">=0.6.0, <0.8.0"

Instead of this:

- geo-types = "0.6.0"
+ geo-types = "0.7.0"

Is that your question?

I did it that way because, though there are semver incompatible changes in geo-types, none of those changes matter for the API's that this geohash crate uses.

So users of geohash could use either geo-types 0.6 or 0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants