Skip to content

Commit 9e0eacd

Browse files
ci: use latest wdr until a new release is cut out
1 parent cb8fa04 commit 9e0eacd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ lto = true
2727
[workspace.dependencies]
2828
anyhow = "1.0.89"
2929
paste = "1.0.14"
30-
wdk = "0.3.1"
31-
wdk-alloc = "0.3.1"
32-
wdk-build = "0.4.0"
33-
wdk-panic = "0.3.1"
34-
wdk-sys = "0.4.0"
30+
wdk = { git = "https://github.com/microsoft/windows-drivers-rs.git", rev = "4992b46392d3c8af1967832c6bb6f280227f561b" }
31+
wdk-alloc = { git = "https://github.com/microsoft/windows-drivers-rs.git", rev = "4992b46392d3c8af1967832c6bb6f280227f561b" }
32+
wdk-build = { git = "https://github.com/microsoft/windows-drivers-rs.git", rev = "4992b46392d3c8af1967832c6bb6f280227f561b" }
33+
wdk-panic = { git = "https://github.com/microsoft/windows-drivers-rs.git", rev = "4992b46392d3c8af1967832c6bb6f280227f561b" }
34+
wdk-sys = { git = "https://github.com/microsoft/windows-drivers-rs.git", rev = "4992b46392d3c8af1967832c6bb6f280227f561b" }

0 commit comments

Comments
 (0)