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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -173,7 +173,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bootc"
|
||||
version = "0.1.9"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user