Skip to content

Commit fe7a555

Browse files
committed
fix: remove deps feature specification
1 parent 233e32d commit fe7a555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ nginx-sys = { path = "nginx-sys", default-features=false, version = "0.5.0"}
3030
[features]
3131
default = ["vendored","std"]
3232
# use allocation
33-
alloc = ["nginx-sys/alloc"]
33+
alloc = []
3434
# use std
35-
std = ["alloc","nginx-sys/std"]
35+
std = ["alloc"]
3636
# Build our own copy of the NGINX by default.
3737
# This could be disabled with `--no-default-features` to minimize the dependency tree
3838
# when building against an existing copy of the NGINX with the NGX_OBJS variable.

0 commit comments

Comments
 (0)