Skip to content

Commit 66388de

Browse files
committed
Specify readme properly.
1 parent 4f9b970 commit 66388de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindgen-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["bindings", "ffi", "code-generation"]
77
categories = ["external-ffi-bindings", "development-tools::ffi"]
88
license = "BSD-3-Clause"
99
name = "bindgen-cli"
10-
readme = "README.md"
10+
readme = "../README.md"
1111
repository = "https://github.com/rust-lang/rust-bindgen"
1212
documentation = "https://docs.rs/bindgen"
1313
homepage = "https://rust-lang.github.io/rust-bindgen/"

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["bindings", "ffi", "code-generation"]
1010
categories = ["external-ffi-bindings", "development-tools::ffi"]
1111
license = "BSD-3-Clause"
1212
name = "bindgen"
13-
readme = "README.md"
13+
readme = "../README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"

0 commit comments

Comments
 (0)