Skip to content

Commit 74da1bd

Browse files
committed
Release 0.1.16
The major change here is we dropped our dependency on `gdisk` in favor of sfdisk from util-linux, which is more widely available and better maintained. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 604cbb6 commit 74da1bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/containers/bootc"
8-
version = "0.1.15"
8+
version = "0.1.16"
99
# For now don't bump this above what is currently shipped in RHEL9;
1010
# also keep in sync with the version in cli.
1111
rust-version = "1.75.0"

0 commit comments

Comments
 (0)