Skip to content

Commit a15c7df

Browse files
committed
Added a specific semver dependency since the one cargo automatically depends on has a cargo doc error.
1 parent 73710cd commit a15c7df

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
[package.metadata.rust-analyzer]
1718
rustc_private=true

0 commit comments

Comments
 (0)