Skip to content

Commit 77d3d6b

Browse files
committed
Set precise-builds = true.
1 parent 563d55f commit 77d3d6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
2828
pr-run-mode = "plan"
2929
# Whether to install an updater program
3030
install-updater = false
31+
# Don't build benchmarks and other unneeded crates
32+
precise-builds = true
3133

3234
# The profile that 'cargo dist' will build with
3335
[profile.dist]

0 commit comments

Comments
 (0)