Skip to content

Commit b424445

Browse files
committed
update feature requirements
1 parent b6e30df commit b424445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ reqwest = { version = "0.12.3", optional = true }
1919
serde = { version = "1.0.192", features = ["derive"] }
2020
serde_json = "1.0.108"
2121
serde_with = "3.4.0"
22-
derive_builder = "0.20.0"
22+
derive_builder = { version = "0.20.0", optional = true }
2323

2424
[lib]
2525
crate-type = ["staticlib", "lib"]
2626

2727
[features]
2828
default = []
29-
places-client = ["reqwest/blocking", "reqwest/json"]
29+
places-client = ["reqwest/blocking", "reqwest/json", "derive_builder"]
3030
geo = ["dep:geo-types"]
3131
geoarrow = ["dep:geo-types", "dep:geoarrow", "arrow"]
3232

0 commit comments

Comments
 (0)