-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
111: Switch to stable TryFrom trait r=frewsxcv a=urschrei Rust 1.34 [stabilises the TryFrom trait](https://github.com/rust-lang/rust/blob/master/RELEASES.md#std--core), so we can switch to it (after the 11th of April), removing the previous manual implementation. Co-authored-by: Stephan Hügel <[email protected]>
- Loading branch information
Showing
13 changed files
with
45,985 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
|
||
name = "geojson" | ||
description = "Library for serializing the GeoJSON vector GIS file format" | ||
version = "0.15.0" | ||
version = "0.16.0" | ||
authors = ["Corey Farwell <[email protected]>", | ||
"Blake Grotewold <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/georust/geojson" | ||
readme = "README.md" | ||
documentation = "https://docs.rs/geojson/" | ||
keywords = ["geojson", "gis", "json", "geo"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
serde = "~1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.