We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.1.0
1 parent 3f5a3c7 commit b68ac1fCopy full SHA for b68ac1f
crates/blockdev/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
4
license = "MIT OR Apache-2.0"
5
name = "bootc-internal-blockdev"
6
repository = "https://github.com/bootc-dev/bootc"
7
-version = "0.0.0"
+version = "0.1.0"
8
9
[dependencies]
10
# Internal crates
crates/utils/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bootc-internal-utils"
3
description = "Internal implementation component of bootc; do not use"
edition = "2021"
0 commit comments