Skip to content

Commit

Permalink
Merge #347
Browse files Browse the repository at this point in the history
347: Disable default chrono features r=metasim a=lnicola

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

Fixes #346

Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
bors[bot] and lnicola authored Dec 5, 2022
2 parents 5f6591d + f60cb5b commit ecf2e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- <https://github.com/georust/gdal/pull/334>

- The default features of the `chrono` dependency are now disabled

- <https://github.com/georust/gdal/pull/347>

## 0.14

- Added new content to `README.md` and the root docs.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libc = "0.2"
geo-types = { version = "0.7.8" }
gdal-sys = { path = "gdal-sys", version = "^0.8" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4.23" }
chrono = { version = "0.4.23", default-features = false }
bitflags = "1.3"
once_cell = "1.9"

Expand Down

0 comments on commit ecf2e82

Please sign in to comment.