Skip to content

Commit 02d38c2

Browse files
release: uguid-2.2.1, gpt_disk_types-0.16.1, gpt_disk_io-0.16.2
1 parent 9412ca2 commit 02d38c2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpt_disk_io/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.16.2
22

33
* MSRV increased to 1.81.
44
* The `Error` trait is now unconditionally implemented for all error types.

gpt_disk_io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "gpt_disk_io"
11-
version = "0.16.1"
11+
version = "0.16.2"
1212
categories = ["data-structures", "embedded", "no-std"]
1313
description = "GPT (GUID Partition Table) disk IO no_std library"
1414
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]

gpt_disk_types/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.16.1
22

33
* MSRV increased to 1.81.
44
* The `Error` trait is now unconditionally implemented for all error types.

gpt_disk_types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "gpt_disk_types"
11-
version = "0.16.0"
11+
version = "0.16.1"
1212
categories = ["data-structures", "embedded", "no-std"]
1313
description = "GPT (GUID Partition Table) disk data types no_std library"
1414
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]

uguid/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.2.1
22

33
* MSRV increased to 1.81.
44
* The `Error` trait is now unconditionally implemented for `GuidFromStrError`.

uguid/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "uguid"
11-
version = "2.2.0"
11+
version = "2.2.1"
1212
categories = ["data-structures", "embedded", "no-std"]
1313
description = "GUID (Globally Unique Identifier) no_std library"
1414
keywords = ["gpt", "guid", "no_std", "uefi"]

0 commit comments

Comments
 (0)