Skip to content

Commit 246787b

Browse files
Chore: Update crate versions to 19.0.2 (#1224)
An automatically created pull request to update the version of the repo due to a release. Co-authored-by: patina-automation[bot] <patina@microsoft.com>
1 parent eb5baf2 commit 246787b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
members = ["components/*", "core/*", "sdk/*", "patina_dxe_core"]
55

66
[workspace.package]
7-
version = "19.0.1"
7+
version = "19.0.2"
88
license = "Apache-2.0"
99
edition = "2024"
1010
rust-version = "1.89"
@@ -31,22 +31,22 @@ linkme = { version = "^0.3.29" }
3131
log = { version = "0.4", default-features = false }
3232
mu_rust_helpers = { version = "3.0.2" }
3333
num-traits = { version = "0.2", default-features = false }
34-
patina = { version = "19.0.1", path = "sdk/patina" }
35-
patina_debugger = { version = "19.0.1", path = "core/patina_debugger" }
36-
patina_ffs = { version = "19.0.1", path = "sdk/patina_ffs" }
37-
patina_ffs_extractors = { version = "19.0.1", path = "sdk/patina_ffs_extractors" }
38-
patina_internal_collections = { version = "19.0.1", path = "core/patina_internal_collections", default-features = false }
39-
patina_internal_cpu = { version = "19.0.1", path = "core/patina_internal_cpu" }
40-
patina_internal_depex = { version = "19.0.1", path = "core/patina_internal_depex" }
41-
patina_internal_device_path = { version = "19.0.1", path = "core/patina_internal_device_path" }
34+
patina = { version = "19.0.2", path = "sdk/patina" }
35+
patina_debugger = { version = "19.0.2", path = "core/patina_debugger" }
36+
patina_ffs = { version = "19.0.2", path = "sdk/patina_ffs" }
37+
patina_ffs_extractors = { version = "19.0.2", path = "sdk/patina_ffs_extractors" }
38+
patina_internal_collections = { version = "19.0.2", path = "core/patina_internal_collections", default-features = false }
39+
patina_internal_cpu = { version = "19.0.2", path = "core/patina_internal_cpu" }
40+
patina_internal_depex = { version = "19.0.2", path = "core/patina_internal_depex" }
41+
patina_internal_device_path = { version = "19.0.2", path = "core/patina_internal_device_path" }
4242
patina_lzma_rs = { version = "0.3.1", default-features = false }
43-
patina_macro = { version = "19.0.1", path = "sdk/patina_macro" }
44-
patina_mm = { version = "19.0.1", path = "components/patina_mm" }
43+
patina_macro = { version = "19.0.2", path = "sdk/patina_macro" }
44+
patina_mm = { version = "19.0.2", path = "components/patina_mm" }
4545
patina_mtrr = { version = "^1.1.4" }
4646
patina_paging = { version = "10" }
47-
patina_performance = { version = "19.0.1", path = "components/patina_performance" }
48-
patina_smbios = { version = "19.0.1", path = "components/patina_smbios" }
49-
patina_stacktrace = { version = "19.0.1", path = "core/patina_stacktrace" }
47+
patina_performance = { version = "19.0.2", path = "components/patina_performance" }
48+
patina_smbios = { version = "19.0.2", path = "components/patina_smbios" }
49+
patina_stacktrace = { version = "19.0.2", path = "core/patina_stacktrace" }
5050
proc-macro2 = { version = "1" }
5151
quote = { version = "1" }
5252
r-efi = { version = "5.0.0", default-features = false }

0 commit comments

Comments
 (0)