Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gpt_disk_io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.16.2

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for all error types.
Expand Down
2 changes: 1 addition & 1 deletion gpt_disk_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[package]
name = "gpt_disk_io"
version = "0.16.1"
version = "0.16.2"
categories = ["data-structures", "embedded", "no-std"]
description = "GPT (GUID Partition Table) disk IO no_std library"
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]
Expand Down
2 changes: 1 addition & 1 deletion gpt_disk_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.16.1

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for all error types.
Expand Down
2 changes: 1 addition & 1 deletion gpt_disk_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[package]
name = "gpt_disk_types"
version = "0.16.0"
version = "0.16.1"
categories = ["data-structures", "embedded", "no-std"]
description = "GPT (GUID Partition Table) disk data types no_std library"
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]
Expand Down
2 changes: 1 addition & 1 deletion uguid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.2.1

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for `GuidFromStrError`.
Expand Down
2 changes: 1 addition & 1 deletion uguid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[package]
name = "uguid"
version = "2.2.0"
version = "2.2.1"
categories = ["data-structures", "embedded", "no-std"]
description = "GUID (Globally Unique Identifier) no_std library"
keywords = ["gpt", "guid", "no_std", "uefi"]
Expand Down