google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Upgrade rust library dependencies and bump version #422

Closed fintelia closed 3 years ago

fintelia commented 3 years ago

The Rust library depends on rather outdated versions of geo and rand so this PR upgrades to the most recent ones. To be usable with the wider ecosystem, a new version will have to be pushed to crates.io so I've bumped the library version accordingly.

fintelia commented 3 years ago

Now I believe @JamesFysh is the only one that can publish a new version to crates.io.

(Side note: it might make sense to add additional people or a GitHub team as owners so you don't lose access.)