Skip to content

Commit c2cd3f4

Browse files
release: gpt_disk_io-0.16.1
1 parent bd857da commit c2cd3f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

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

gpt_disk_io/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.16.1
2+
3+
* Derive `PartialEq` for `DiskError`.
4+
15
# 0.16.0
26

37
* Bump MSRV to 1.68.

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.0"
11+
version = "0.16.1"
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"]

0 commit comments

Comments
 (0)