We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df955a commit 4c07d2aCopy full SHA for 4c07d2a
1 file changed
Cargo.toml
@@ -24,6 +24,8 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
24
pr-run-mode = "plan"
25
# Whether to install an updater program
26
install-updater = false
27
+# Suppress dist failure because we bumped ubuntu-20.04 to ubuntu-22.04
28
+allow-dirty = ["ci"]
29
30
# The profile that 'cargo dist' will build with
31
[profile.dist]
0 commit comments