Cargo Features
[dependencies]
release_plz_core = { version = "0.30.10", default-features = false, features = ["all-static"] }
- default = all-static
-
The
all-static
feature is set by default wheneverrelease_plz_core
is added without
somewhere in the dependency tree.default-features = false - all-static default
-
Enables all-static and vendored-libgit2 of cargo ^0.82.0
release_plz_core has 2 features without comments.