Skip to content

Commit 0da9609

Browse files
committed
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.
1 parent 79cc6b4 commit 0da9609

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.

cli/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "bootc"
3-
version = "0.1.9"
3+
# This is a stub, the real version is from the lib crate
4+
version = "0.0.0"
45
edition = "2021"
56
license = "MIT OR Apache-2.0"
67
repository = "https://github.com/bootc-dev/bootc"

0 commit comments

Comments
 (0)