Skip to content

Commit

Permalink
Merge pull request #121 from georust/mkirk/fix-write-bench
Browse files Browse the repository at this point in the history
include "write" bench in cargo.toml
  • Loading branch information
michaelkirk authored Oct 8, 2024
2 parents 86b276e + 3996849 commit 7f66f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ default = ["geo-types"]
name = "parse"
harness = false

[[bench]]
name = "write"
harness = false

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 7f66f84

Please sign in to comment.