From 17060340d6dd49aa76ef1cd7ad8ada5133ade964 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 16 Sep 2024 12:30:57 -0400 Subject: [PATCH] Fix README.md links `cargo release` now hard errors on this. --- cli/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 561d22d6..a9cbdc23 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Colin Walters "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/ostreedev/ostree-rs-ext" -readme = "README.md" +readme = "../README.md" publish = false rust-version = "1.74.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0cce26e9..d66eda06 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ description = "Extension APIs for OSTree" edition = "2021" license = "MIT OR Apache-2.0" name = "ostree-ext" -readme = "README.md" +readme = "../README.md" repository = "https://github.com/ostreedev/ostree-rs-ext" version = "0.14.5" rust-version = "1.74.0"