diff --git a/.sync/Version.njk b/.sync/Version.njk index e70b95a..848fbdf 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -30,4 +30,4 @@ #} {# The git ref value that files dependent on this repo will use. #} -{% set patina_devops = "v0.3.13" %} +{% set patina_devops = "v0.3.14" %} diff --git a/.sync/rust/Makefiles/Makefile-patina-dxe-core-qemu.toml b/.sync/rust/Makefiles/Makefile-patina-dxe-core-qemu.toml index 88b6ff9..2e58d84 100644 --- a/.sync/rust/Makefiles/Makefile-patina-dxe-core-qemu.toml +++ b/.sync/rust/Makefiles/Makefile-patina-dxe-core-qemu.toml @@ -490,12 +490,12 @@ run_task = "patch" [tasks.doc] description = "Builds all rust documentation in the workspace. Example `cargo make doc`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--no-deps"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--no-deps"] [tasks.doc-open] description = "Builds all rust documentation in the workspace and opens the documentation Example `cargo make doc-open`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--open"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--open"] [tasks.clippy] description = "Run cargo clippy for the host target and both UEFI cross-compilation targets." diff --git a/.sync/rust/Makefiles/Makefile-patina-mtrr.toml b/.sync/rust/Makefiles/Makefile-patina-mtrr.toml index 07fac62..854c05b 100644 --- a/.sync/rust/Makefiles/Makefile-patina-mtrr.toml +++ b/.sync/rust/Makefiles/Makefile-patina-mtrr.toml @@ -313,13 +313,13 @@ args = ["clippy", "--all-targets", "--all-features", "--", "-D", "warnings"] env = { RUSTDOCFLAGS = "-D warnings"} description = "Builds all rust documentation in the workspace. Example `cargo make doc`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--no-deps"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--no-deps"] [tasks.doc-open] env = { RUSTDOCFLAGS = "-D warnings"} description = "Builds all rust documentation in the workspace and opens the documentation. Example `cargo make doc`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--open"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--open"] [tasks.fmt] description = "Run cargo format." diff --git a/.sync/rust/Makefiles/Makefile-patina-paging.toml b/.sync/rust/Makefiles/Makefile-patina-paging.toml index cb91a58..ea95845 100644 --- a/.sync/rust/Makefiles/Makefile-patina-paging.toml +++ b/.sync/rust/Makefiles/Makefile-patina-paging.toml @@ -288,13 +288,13 @@ args = ["clippy", "--all-targets", "--all-features", "--", "-D", "warnings"] env = { RUSTDOCFLAGS = "-D warnings"} description = "Builds all rust documentation in the workspace. Example `cargo make doc`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--no-deps"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--no-deps"] [tasks.doc-open] env = { RUSTDOCFLAGS = "-D warnings"} description = "Builds all rust documentation in the workspace and opens the documentation Example `cargo make doc-open`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--open"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--open"] [tasks.fmt] description = "Run cargo format." diff --git a/.sync/rust/Makefiles/Makefile-patina.toml b/.sync/rust/Makefiles/Makefile-patina.toml index ccf9e17..a683bf8 100644 --- a/.sync/rust/Makefiles/Makefile-patina.toml +++ b/.sync/rust/Makefiles/Makefile-patina.toml @@ -336,13 +336,13 @@ dependencies = ["individual-package-targets"] [tasks.doc] description = "Builds all rust documentation in the workspace. Example `cargo make doc`" command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--no-deps"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--no-deps"] [tasks.doc-open] description = "Builds all rust documentation in the workspace and opens the documentation. Example `cargo make doc-open`" clear = true command = "cargo" -args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--features", "doc", "--open"] +args = ["doc", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "--open"] [tasks.clippy] description = "Run cargo clippy for the host target and both UEFI cross-compilation targets."