summaryrefslogtreecommitdiff
path: root/maint/dependencies-bodge
diff options
context:
space:
mode:
Diffstat (limited to 'maint/dependencies-bodge')
-rw-r--r--maint/dependencies-bodge/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/maint/dependencies-bodge/Cargo.toml b/maint/dependencies-bodge/Cargo.toml
index e3f310d78..152bb1107 100644
--- a/maint/dependencies-bodge/Cargo.toml
+++ b/maint/dependencies-bodge/Cargo.toml
@@ -17,6 +17,9 @@ description = "Fake crate to influence cargo dependency selection"
# This tends to work because cargo likes to use a single version where it can.
[dependencies]
+
+[features]
+full = []
# Example: We used this to encourage Cargo to select an older version
# of security-framework, when we were stuck on the 10.12 OSX APIs and couldn't
# build the newer versions. (#2387)