Skip to content

Commit

Permalink
Fix test build error
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed Feb 25, 2024
1 parent 9d91d38 commit f903930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.188" }

[dev-dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
flatgeobuf = { version = "4.0.0", default-features = false }
flatgeobuf = { version = "=4.0.0", default-features = false }
geo-types = { version = "0.7.11", features = ["serde"] }
geozero = { version = "0.11.0" }
serde = { version = "1.0.188", features = ["derive"] }

0 comments on commit f903930

Please sign in to comment.