Skip to content

Commit

Permalink
Disable chrono default features
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Dec 2, 2022
1 parent 5f6591d commit ec81139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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

- `chrono` now has its default features disabled

## 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 ec81139

Please sign in to comment.