projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc13645
)
rust-bindings: use correct README.md
author
Colin Walters
<walters@verbum.org>
Thu, 9 Jun 2022 18:55:25 +0000
(14:55 -0400)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index da623f1e1b3386c3f2c2eaaca101f35a15e078ec..561b4dec6074cab53ebf0d8946b6f7485dab986c 100644
(file)
--- 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"