X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9e08ce9b27e0cdf7e0d41171162a58a60234ffb3;hb=dd459a2be6973cdf2e79158c8ff386447c401d1d;hp=b1fb8904ca9889779d0b94d637dd6b9707e42168;hpb=1e88a1769f69f944e16cba13ba174c1d6e494b36;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"]