Skip to content

Commit

Permalink
Compile with gdal 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Jan 15, 2024
1 parent a1a85c5 commit f98d669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ serde_derive = "1.0"
serde_json = "1.0"
geojson = "0.24"
las = { version = "0.8", features = ["laz"] }
gdal = { version = "0.15" }
# gdal = { version = "0.12.0", features = ["bindgen"] }
# gdal = { version = "0.16" }
gdal = { version = "0.16", features = ["bindgen"] }
assert_approx_eq = "1.1.0"

[features]
Expand Down

0 comments on commit f98d669

Please sign in to comment.