Skip to content

Commit 84915a9

Browse files
committed
Update test runner dependencies
1 parent cb4188c commit 84915a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uefi-test-runner/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish = false
66
edition = "2018"
77

88
[dependencies]
9-
uefi = { path = "..", features = ['exts'] }
10-
uefi-services = { path = "../uefi-services" }
9+
uefi = { version = "0.3.2", features = ['exts'] }
10+
uefi-services = "0.1.0"
1111

1212
log = { version = "0.4.8", default-features = false }
1313

0 commit comments

Comments
 (0)