We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea68b5 commit 1addda6Copy full SHA for 1addda6
.gitignore
@@ -3,3 +3,6 @@
3
4
# Backup files generated by rustfmt
5
**/*.rs.bk
6
+
7
+# Binaries that are installed by cargo-run-bin
8
+.bin/
Cargo.toml
@@ -50,7 +50,7 @@ debug = false
50
inherits = "release"
51
lto = "thin"
52
53
-# Config for 'cargo dist'
+# Configuration for 'cargo dist'
54
[workspace.metadata.dist]
55
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
56
cargo-dist-version = "0.5.0"
@@ -69,3 +69,7 @@ targets = [
69
pr-run-mode = "upload"
70
# Skip checking whether the specified configuration files are up to date
71
allow-dirty = ["ci", "msi"]
72
73
+# Configuration for 'cargo-run-bin'
74
+[workspace.metadata.bin]
75
+cargo-dist = { version = "0.5.0", locked = true }
0 commit comments