Commit 00c45cb7 authored by Ian Jackson's avatar Ian Jackson
Browse files

cargo features: Restore "memquota" feature into "full"

Our feature doctrine doesn't have a special case for features that are
empty and retained for compatibility.  "full" is probably best.
parent 4a096515
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@ full = [
    "vanguards",
    "vanguards",
    "tokio",
    "tokio",
    "async-std",
    "async-std",
    "memquota",
    "native-tls",
    "native-tls",
    "compression",
    "compression",
    "bridge-client",
    "bridge-client",
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@ default = [


full = [
full = [
    "default-runtime",
    "default-runtime",
    "memquota",
    "onion-service-client",
    "onion-service-client",
    "onion-service-service",
    "onion-service-service",
    "vanguards",
    "vanguards",