]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
update `min_const_generics` tests using default values for const params
[rust.git] / config.toml.example
index b1fb8904ca9889779d0b94d637dd6b9707e42168..9e08ce9b27e0cdf7e0d41171162a58a60234ffb3 100644 (file)
@@ -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"]