From 4f397662111c32a098713e4d5600ce462a3f5dda Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 13 Apr 2017 10:37:24 -0700 Subject: [PATCH] Fix paths to readme files --- serde/Cargo.toml | 2 +- serde_codegen_internals/Cargo.toml | 2 +- serde_derive/Cargo.toml | 2 +- serde_test/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index b0e95667..3389dacf 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/serde-rs/serde" documentation = "https://docs.serde.rs/serde/" keywords = ["serde", "serialization", "no_std"] categories = ["encoding"] -readme = "../README.md" +readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] publish = false # this branch contains breaking changes diff --git a/serde_codegen_internals/Cargo.toml b/serde_codegen_internals/Cargo.toml index 6f006914..f572d487 100644 --- a/serde_codegen_internals/Cargo.toml +++ b/serde_codegen_internals/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://serde.rs" repository = "https://github.com/serde-rs/serde" documentation = "https://docs.serde.rs/serde_codegen_internals/" keywords = ["serde", "serialization"] -readme = "../README.md" +readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index 866da94b..92ac98d9 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://serde.rs" repository = "https://github.com/serde-rs/serde" documentation = "https://serde.rs/codegen.html" keywords = ["serde", "serialization", "no_std"] -readme = "../README.md" +readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] publish = false # this branch contains breaking changes diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index 8907f973..7546cd4f 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://serde.rs" repository = "https://github.com/serde-rs/serde" documentation = "https://docs.serde.rs/serde_test/" keywords = ["serde", "serialization"] -readme = "../README.md" +readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] publish = false # this branch contains breaking changes