mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
Revert "fix: reference project dir"
This reverts commit 1605a71c11aa9cd995206867abb6ba7409223b18.
This commit is contained in:
parent
9f12852c38
commit
6df077be06
@ -18,7 +18,7 @@ pub fn minimum_update(krate: &Crate) -> Result<ReleaseType, anyhow::Error> {
|
||||
let current_path = build_doc_json(krate)?;
|
||||
|
||||
let baseline = Rustdoc::from_registry_latest_crate_version();
|
||||
let doc = Rustdoc::from_root(&package_path);
|
||||
let doc = Rustdoc::from_path(¤t_path);
|
||||
let mut semver_check = Check::new(doc);
|
||||
semver_check.with_default_features();
|
||||
semver_check.set_baseline(baseline);
|
||||
|
Loading…
x
Reference in New Issue
Block a user