Skip to content

Commit

Permalink
Force use of the parent directory for indirect dependancies
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Sep 29, 2020
1 parent 13146c3 commit ce4afba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ name = "double_fault_stack_overflow"
harness = false

[dependencies]
bootloader = "0.9.3"
uart_16550 = "0.2.0"
bootloader = "0.9.10"
uart_16550 = "0.2.8"
spin = "0.5.0"

# Overwrite the x86_64 crate for both direct and indirect dependencies.
[dependencies.x86_64]
path = ".."
[patch.crates-io]
x86_64 = { path = ".." }


[dependencies.lazy_static]
version = "1.3.0"
Expand Down

0 comments on commit ce4afba

Please sign in to comment.