Skip to content

Commit

Permalink
Restore license files that were lost in 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jan 13, 2025
1 parent 6eba021 commit 389f14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.70"
# We include `/tests/lib.rs` to squash a `cargo package` warning that the
# `integration` test target is being ignored. We don't include anything else
# so tests obviously won't work, but it makes `cargo package` quiet.
include = ["/src/**/*.rs", "/tests/lib.rs", "/*.md"]
include = ["/src/**/*.rs", "/tests/lib.rs", "/*.md", "LICENSE-MIT", "UNLICENSE"]

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion jiff-tzdb-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["date", "time", "temporal", "zone", "iana"]
workspace = ".."
edition = "2021"
rust-version = "1.70"
include = ["/*.rs"]
include = ["/*.rs", "LICENSE-MIT", "UNLICENSE"]

[lib]
name = "jiff_tzdb_platform"
Expand Down
2 changes: 1 addition & 1 deletion jiff-tzdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["date", "time", "temporal", "zone", "iana"]
workspace = ".."
edition = "2021"
rust-version = "1.70"
include = ["/*.rs", "/*.dat"]
include = ["/*.rs", "/*.dat", "LICENSE-MIT", "UNLICENSE"]

[lib]
name = "jiff_tzdb"
Expand Down

0 comments on commit 389f14f

Please sign in to comment.