Skip to content

Commit

Permalink
Update flatgeobuf to 4.4.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pka authored Sep 26, 2024
1 parent e3f6502 commit bdb8e97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ license = "MIT OR Apache-2.0"
[workspace.dependencies]
# Used in geozero-cli and geozero-bench
# geozero version must be in sync with flatgeobuf version!
#geozero = { version = "0.14.0", default-features = false }
geozero = { git = "https://github.com/pka/geozero", branch = "release-0-14", default-features = false }
#flatgeobuf = "4.4.0"
flatgeobuf = { git = "https://github.com/pka/flatgeobuf", branch = "geozero-0-14" }
geozero = { version = "0.14.0", default-features = false }
flatgeobuf = "4.4.0"

async-trait = "0.1"
byteorder = { version = "1.4.3", default-features = false }
Expand Down

0 comments on commit bdb8e97

Please sign in to comment.