Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions crates/wdk-build/rust-driver-makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -143,7 +144,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -183,7 +185,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -228,7 +231,8 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -253,7 +257,8 @@ script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -316,7 +321,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -340,7 +346,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -363,7 +370,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -386,7 +394,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -434,7 +443,8 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand All @@ -455,7 +465,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -541,7 +552,8 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_makefile() docs.
//! wdk-build = { path = "." }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand Down
6 changes: 4 additions & 2 deletions crates/wdk-build/rust-driver-sample-makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ private = true
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_sample_makefile() docs.
//! wdk-build = { path = "." }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -32,7 +33,8 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.5.1" }
//! # The wdk-build dep spec below may be rewritten from a path dep to a versioned registry dep at load time; see load_rust_driver_sample_makefile() docs.
//! wdk-build = { path = "." }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand Down
Loading
Loading