Skip to content

Commit

Permalink
Depend on flatgeobuf 3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jul 13, 2023
1 parent f25e583 commit 8e6458c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion geozero-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"

[dependencies]
criterion = "0.5.1"
flatgeobuf = "3.25.0"
flatgeobuf = "3.26.0"
futures-util = "0.3.5"
gdal = { version = "0.15", default-features = false }
gdal-sys = { version = "0.9" }
Expand Down
3 changes: 1 addition & 2 deletions geozero-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ path = "src/main.rs"
async-trait = "0.1"
clap = { version = "4", features = ["derive"] }
env_logger = "0.10.0"
flatgeobuf = { git = "https://github.com/pka/flatgeobuf", branch="geozero-0.10" }
#flatgeobuf = "3.25.0"
flatgeobuf = "3.26.0"
geozero = { version = "0.10.0", features = ["with-csv"] }
tokio = { version = "1.27.0", features = ["full"] }
3 changes: 1 addition & 2 deletions geozero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ wkt = { version = "0.10.0", optional = true }

[dev-dependencies]
diesel = { version = "2.0.2", default-features = false, features = ["postgres"] }
flatgeobuf = { git = "https://github.com/pka/flatgeobuf", branch="geozero-0.10" }
#flatgeobuf = "3.25.0"
flatgeobuf = "3.26.0"
geo = "0.25.0"
hex = "0.4"
kdbush = "0.2"
Expand Down

0 comments on commit 8e6458c

Please sign in to comment.