Skip to content

Commit

Permalink
Merge #893
Browse files Browse the repository at this point in the history
893: Set MSRV for geo to 1.58 in cargo.toml r=lnicola a=debugger22

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

`geo` crate fails to compile on Rust versions lower than `1.58`.

Co-authored-by: Sudhanshu Mishra <[email protected]>
  • Loading branch information
bors[bot] and debugger22 authored Aug 16, 2022
2 parents dcb0c87 + 2fe2911 commit a1960cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "../README.md"
keywords = ["gis", "geo", "geography", "geospatial"]
autobenches = true
edition = "2021"
rust-version = "1.58"

[features]
use-proj = ["proj"]
Expand Down

0 comments on commit a1960cc

Please sign in to comment.