X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9e08ce9b27e0cdf7e0d41171162a58a60234ffb3;hb=fb8cc7bd99b10b6e219d5736da2bfaae68f964c9;hp=b1fb8904ca9889779d0b94d637dd6b9707e42168;hpb=3d7cdf667e5f1129d7948bf487ac342696ca8c31;p=rust.git diff --git a/config.toml.example b/config.toml.example index b1fb8904ca9..9e08ce9b27e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -669,3 +669,7 @@ changelog-seen = 2 # Whether to allow failures when building tools #missing-tools = false + +# List of compression formats to use when generating dist tarballs. The list of +# formats is provided to rust-installer, which must support all of them. +#compression-formats = ["gz", "xz"]