Skip to content

Commit 4e7e0cc

Browse files
committed
feat!: disable ngx/vendored by default
1 parent 8b83f80 commit 4e7e0cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nginx-sys = { path = "nginx-sys", default-features=false, version = "0.5.0"}
3232
pin-project-lite = { version = "0.2.16", optional = true }
3333

3434
[features]
35-
default = ["std", "vendored"]
35+
default = ["std"]
3636
async = [
3737
"alloc",
3838
"dep:async-task",
@@ -46,10 +46,7 @@ std = [
4646
"alloc",
4747
"allocator-api2/std"
4848
]
49-
# Build our own copy of the NGINX by default.
50-
# This could be disabled with `--no-default-features` to minimize the dependency
51-
# tree when building against an existing copy of the NGINX with the
52-
# NGINX_SOURCE_DIR/NGINX_BUILD_DIR variables.
49+
# Build our own copy of the NGINX from `nginx-src` crate.
5350
vendored = ["nginx-sys/vendored"]
5451

5552
[badges]

0 commit comments

Comments
 (0)