maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.34k stars 77 forks source link

Update Cargo.toml to fix dependency conflict #299

Closed 96fps closed 7 months ago

96fps commented 7 months ago

Addresses issue: 289

"clap" v4.5.2 does not compile with the defined toolchain and rust version. specifying exact version of dependency instead.

Tested by compiling the demo.

maxammann commented 7 months ago

Thanks for the fix, let's just upgrade Rust however :) https://github.com/maplibre/maplibre-rs/pull/300