Skip to content

Commit 3b49053

Browse files
kkysenfw-immunant
authored andcommitted
Added a specific semver dependency since the one cargo automatically depends on has a cargo doc error.
1 parent 37da04d commit 3b49053

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dynamic_instrumentation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cargo-util = "0.1"
1212
indexmap = "1.8"
1313
lazy_static = "1.4"
1414
log = "0.4"
15+
semver = "1.0.12" # needed b/c cargo 0.62 > semver 1.0.10 fails `cargo doc`
1516

1617
[build-dependencies]
1718
rustc-private-link = { path = "../rustc-private-link" }

0 commit comments

Comments
 (0)