Skip to content

Commit cff0c10

Browse files
committed
remove temporary patch
1 parent 0ee9cf6 commit cff0c10

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
# Steps to use cargo-wdk to build and package drivers (uses latest released version)
9191
- name: Install cargo-wdk binary
92-
run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/microsoft/windows-drivers-rs.git cargo-wdk --branch main -locked --force
92+
run: cargo +${{ matrix.rust_toolchain }} install cargo-wdk --locked --force
9393

9494
- name: Build and Package Sample Drivers with cargo-wdk
9595
run: cargo +${{ matrix.rust_toolchain }} wdk build --sample --profile ${{ matrix.cargo_profile }} --target-arch ${{ matrix.target_triple.arch }}

Cargo.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ wdk-alloc = "0.4.0"
3232
wdk-build = "0.5.0"
3333
wdk-panic = "0.4.0"
3434
wdk-sys = "0.5.0"
35-
36-
[patch.crates-io]
37-
wdk = { git = "https://github.com/microsoft/windows-drivers-rs.git" , branch = "release-plz-2025-11-06T01-55-28Z" }
38-
wdk-alloc = { git = "https://github.com/microsoft/windows-drivers-rs.git" , branch = "release-plz-2025-11-06T01-55-28Z" }
39-
wdk-build = { git = "https://github.com/microsoft/windows-drivers-rs.git" , branch = "release-plz-2025-11-06T01-55-28Z" }
40-
wdk-panic = { git = "https://github.com/microsoft/windows-drivers-rs.git" , branch = "release-plz-2025-11-06T01-55-28Z" }
41-
wdk-sys = { git = "https://github.com/microsoft/windows-drivers-rs.git" , branch = "release-plz-2025-11-06T01-55-28Z" }

0 commit comments

Comments
 (0)