rust-bindings: use correct README.md
authorColin Walters <walters@verbum.org>
Thu, 9 Jun 2022 18:55:25 +0000 (14:55 -0400)
committerColin Walters <walters@verbum.org>
Thu, 9 Jun 2022 18:55:25 +0000 (14:55 -0400)
I noticed at https://crates.io/crates/ostree/0.14.0
that the `README.md` was wrong...

Cargo.toml

index da623f1e1b3386c3f2c2eaaca101f35a15e078ec..561b4dec6074cab53ebf0d8946b6f7485dab986c 100644 (file)
@@ -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"