Skip to content

Commit

Permalink
fix setting docs.rs features (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 18, 2024
1 parent a46c6c7 commit b085557
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geoarrow"
version = "0.1.0-beta.3"
version = "0.1.0-beta.4"
authors = ["Kyle Barron <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -111,12 +111,12 @@ name = "wkb"
harness = false

[package.metadata.docs.rs]
rustc-args = [
"--features", "csv",
"--features", "flatgeobuf",
"--features", "geos",
"--features", "geozero",
"--features", "parquet",
"--features", "postgis",
"--features", "rayon",
features = [
"csv",
"flatgeobuf",
"geos",
"geozero",
"parquet",
"postgis",
"rayon",
]

0 comments on commit b085557

Please sign in to comment.