osm-without-borders / cosmogony

easy to use & easy to update geographic regions
http://cosmogony.world
Apache License 2.0
103 stars 15 forks source link

feat: bump 'osmpbfreader:0.16.0' #154

Closed woshilapin closed 1 year ago

woshilapin commented 1 year ago

osmpbfreader fixes a bug with smartstring:1.0.0 which doesn't work with rustc:1.67.0 (see https://github.com/bodil/smartstring/issues/38).

smartstring:1.0.1 fixes the problem, version which have been released into osmpbfreader:0.16.0.

See https://github.com/TeXitoi/osmpbfreader-rs/issues/44 and the fix https://github.com/TeXitoi/osmpbfreader-rs/pull/45

Another problem with geo-types, already mentioned in #152 can be fixed with geo-types:0.7.8 (already proposed as a single PR in #153).

:warning: Note that this also means a bump for osm_boundaries_utils which, at the moment, has not yet been released with a fix (see https://github.com/Qwant/osm_boundaries_utils_rs/pull/20). This PR cannot be fixed as-is.

woshilapin commented 1 year ago

cc @antoine-de @amatissart @nlehuby @remi-dupre (top contributors it seems :smile: )

sdrll commented 1 year ago

Hi woshilapin, sorry i didn't see this PR. I have done the bump here : https://github.com/osm-without-borders/cosmogony/pull/155

sdrll commented 1 year ago

Closed by https://github.com/osm-without-borders/cosmogony/pull/155