@@ -6,20 +6,20 @@ name = "bootc-lib"
66repository = " https://github.com/bootc-dev/bootc"
77# The intention is we'll follow semver here, even though this
88# project isn't actually published as a crate.
9- version = " 1.14.1 "
9+ version = " 1.15.0 "
1010# In general we try to keep this pinned to what's in the latest RHEL9.
1111rust-version = " 1.85.0"
1212
1313include = [" /src" , " LICENSE-APACHE" , " LICENSE-MIT" ]
1414
1515[dependencies ]
1616# Internal crates
17- bootc-blockdev = { package = " bootc-internal-blockdev" , path = " ../blockdev" , version = " 0.2 .0" }
17+ bootc-blockdev = { package = " bootc-internal-blockdev" , path = " ../blockdev" , version = " 1.15 .0" }
1818bootc-kernel-cmdline = { path = " ../kernel_cmdline" , version = " 0.0.0" }
19- bootc-mount = { package = " bootc-internal-mount" , path = " ../mount" , version = " 0.1 .0" }
19+ bootc-mount = { package = " bootc-internal-mount" , path = " ../mount" , version = " 1.15 .0" }
2020bootc-sysusers = { path = " ../sysusers" }
2121bootc-tmpfiles = { path = " ../tmpfiles" }
22- bootc-utils = { package = " bootc-internal-utils" , path = " ../utils" , version = " 0.1 .0" }
22+ bootc-utils = { package = " bootc-internal-utils" , path = " ../utils" , version = " 1.15 .0" }
2323ostree-ext = { path = " ../ostree-ext" , features = [" bootc" ] }
2424etc-merge = { path = " ../etc-merge" }
2525bootc-initramfs-setup = { path = " ../initramfs" }
0 commit comments