Skip to content

Commit 64eef42

Browse files
HuijingHeicgwalters
authored andcommitted
crates/utils: update version to 0.1.0
Signed-off-by: Huijing Hei <[email protected]>
1 parent 5df230a commit 64eef42

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.

crates/blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88

99
[dependencies]
1010
# Internal crates
11-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
11+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
1212

1313
# Workspace dependencies
1414
anyhow = { workspace = true }

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ platforms = ["*-unknown-linux-gnu"]
1616
[dependencies]
1717
# Internal crates
1818
bootc-lib = { version = "1.11", path = "../lib" }
19-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
19+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
2020

2121
# Workspace dependencies
2222
anstream = { workspace = true }

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
1919
bootc-mount = { path = "../mount" }
2020
bootc-sysusers = { path = "../sysusers" }
2121
bootc-tmpfiles = { path = "../tmpfiles" }
22-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
22+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
2323
ostree-ext = { path = "../ostree-ext", features = ["bootc"] }
2424
etc-merge = { path = "../etc-merge" }
2525
bootc-initramfs-setup = { path = "../initramfs" }

crates/mount/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.0.0"
1010

1111
[dependencies]
1212
# Internal crates
13-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
13+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
1414

1515
# Workspace dependencies
1616
anyhow = { workspace = true }

crates/ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.15.3"
99

1010
[dependencies]
1111
# Internal crates
12-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
12+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
1313

1414
# Workspace dependencies
1515
anyhow = { workspace = true }

crates/system-reinstall-bootc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ platforms = ["*-unknown-linux-gnu"]
1616
[dependencies]
1717
# Internal crates
1818
bootc-mount = { path = "../mount" }
19-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
19+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
2020

2121
# Workspace dependencies
2222
anstream = { workspace = true }

crates/sysusers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
# Internal crates
10-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
10+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
1111

1212
# Workspace dependencies
1313
anyhow = { workspace = true }

crates/tmpfiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
# Internal crates
10-
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
10+
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }
1111

1212
# Workspace dependencies
1313
camino = { workspace = true }

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)