Skip to content

Commit b84d77b

Browse files
committed
Auto merge of #1103 - RalfJung:no-recompile, r=RalfJung
avoid recompiling Miri on install
2 parents a0ba079 + 87fb5db commit b84d77b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ rand = "0.7"
4646
# for more information.
4747
rustc-workspace-hack = "1.0.0"
4848

49-
# Depend on num-traits with default features to avoid having to rebuild
49+
# Some extra dependency for better feature control to avoid having to rebuild
5050
# between "cargo build" and "cargo intall".
5151
num-traits = "*"
52+
serde = { version = "*", features = ["derive"] }
5253

5354
[build-dependencies]
5455
vergen = "3"

0 commit comments

Comments
 (0)