From 58d218888a77b7ab3d1623512ea91296235bd215 Mon Sep 17 00:00:00 2001 From: Pirmin Kalberer Date: Thu, 26 Sep 2024 15:40:12 +0200 Subject: [PATCH] Update flatgeobuf to 4.4.0 --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe289ee..6fd33d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }