Skip to content

Commit

Permalink
try to correctly include license with package
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Aug 6, 2024
1 parent 2e9f8c3 commit c074e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]


Expand Down
2 changes: 1 addition & 1 deletion wellen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c074e2d

Please sign in to comment.