Skip to content

Commit 8836905

Browse files
committed
crates: Drop readme =
We don't actually publish any of these so there's no need for this.
1 parent c2dc021 commit 8836905

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.0.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/bootc-dev/bootc"
8-
readme = "README.md"
98
publish = false
109
default-run = "bootc"
1110

lib/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description = "bootc implementation"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "bootc-lib"
6-
readme = "README.md"
76
repository = "https://github.com/bootc-dev/bootc"
87
# The intention is we'll follow semver here, even though this
98
# project isn't actually published as a crate.

ostree-ext/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "Extension APIs for OSTree"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
name = "ostree-ext"
7-
readme = "../README.md"
87
repository = "https://github.com/ostreedev/ostree-rs-ext"
98
version = "0.15.3"
109

system-reinstall-bootc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.9"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/bootc-dev/bootc"
7-
readme = "README.md"
87
publish = false
98
# For now don't bump this above what is currently shipped in RHEL9.
109
rust-version = "1.75.0"

0 commit comments

Comments
 (0)