Skip to content

Commit b68ac1f

Browse files
committed
crates/blockdev: publish new version 0.1.0
1 parent 3f5a3c7 commit b68ac1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "bootc-internal-blockdev"
66
repository = "https://github.com/bootc-dev/bootc"
7-
version = "0.0.0"
7+
version = "0.1.0"
88

99
[dependencies]
1010
# Internal crates

crates/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bootc-internal-utils"
33
description = "Internal implementation component of bootc; do not use"
4-
version = "0.0.0"
4+
version = "0.1.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/bootc-dev/bootc"

0 commit comments

Comments
 (0)