From c074e2dfe8d6bba039ce2ba972e52dc38d6ee2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=A4ufer?= Date: Tue, 6 Aug 2024 13:07:06 -0400 Subject: [PATCH] try to correctly include license with package --- Cargo.toml | 3 +-- wellen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a801684..bb71025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["wellen"] default-members = ["wellen"] [workspace.package] -version = "0.9.14" +version = "0.9.15" edition = "2021" # we require the `div_ceil` method on integers rust-version = "1.73.0" @@ -18,7 +18,6 @@ repository = "https://github.com/ekiwi/wellen" license = "BSD-3-Clause" -include = ["Cargo.toml", "LICENSE", "src/", "benches/"] keywords = ["vcd", "fst", "waveform", "wavedump"] diff --git a/wellen/Cargo.toml b/wellen/Cargo.toml index 332be17..e0da1fd 100644 --- a/wellen/Cargo.toml +++ b/wellen/Cargo.toml @@ -7,8 +7,8 @@ authors.workspace = true description.workspace = true repository.workspace = true license.workspace = true -include.workspace = true keywords.workspace = true +include = ["Cargo.toml", "../LICENSE", "src/", "benches/"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html