From 481d9840414f49d879e1073902007a178a63ed28 Mon Sep 17 00:00:00 2001 From: Imbris Date: Sat, 10 Jun 2023 13:20:07 -0400 Subject: [PATCH] Include examples and benchmarks when publishing to fix error when verifying Cargo.toml, also fix link in changelog --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a560457c..e4318517e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ [#756]: https://github.com/amethyst/specs/pull/756 [#766]: https://github.com/amethyst/specs/pull/766 +[shred-changelog]: https://github.com/amethyst/shred/blob/6b754812e304cf6c63ba0364a82a7e0e5025aaa4/CHANGELOG.md#0140-2022-07-12 # 0.18.0 (2022-07-02) diff --git a/Cargo.toml b/Cargo.toml index af12fd4f7..a72d012ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["gamedev", "ecs", "entity", "component"] categories = ["concurrency", "game-engines"] license = "MIT OR Apache-2.0" authors = ["slide-rs hackers"] -include = ["src", "README.md", "LICENSE-MIT", "LICENSE-APACHE"] +include = ["/src", "/examples", "/benches", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE"] edition = "2021" rust-version = "1.65.0"