1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

cli: Drop version to zero; canonical is in lib/

This version is unused. At one time I accidentally bumped it
and then kept doing so occasionally. Fixate it so that doesn't
happen again.

The canonical version is in lib/Cargo.toml.
This commit is contained in:
Colin Walters
2025-06-30 13:38:27 -04:00
parent 79cc6b4c47
commit 0da9609bd0
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "bootc"
version = "0.1.9"
version = "0.0.0"
dependencies = [
"anstream",
"anyhow",

View File

@@ -1,6 +1,7 @@
[package]
name = "bootc"
version = "0.1.9"
# This is a stub, the real version is from the lib crate
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bootc-dev/bootc"