Skip to content

Use local checkout of deps when developing

Tim Crawford requested to merge tcrawford/uefi:local-deps into master

Specify the path to uefi crates so that the local checkout is used when developing instead of pulling from crates.io.

Ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations

Merge request reports