From 61dd54f94091b2493afb1fa66e716acb7cd1aa15 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Jun 2022 14:55:25 -0400 Subject: [PATCH] rust-bindings: use correct README.md I noticed at https://crates.io/crates/ostree/0.14.0 that the `README.md` was wrong... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da623f1e..561b4dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" keywords = ["ostree", "libostree"] license = "MIT" name = "ostree" -readme = "README.md" +readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" version = "0.14.0"