Skip to content

Commit 3ca4652

Browse files
authored
Include license and notice files in published crates (#7275)
1 parent 9c9d5d1 commit 3ca4652

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ include = [
7272
"benches/*.rs",
7373
"src/**/*.rs",
7474
"Cargo.toml",
75+
"LICENSE.txt",
76+
"NOTICE.txt",
7577
]
7678
edition = "2021"
7779
rust-version = "1.70"

arrow/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ include = [
2929
"src/**/*.rs",
3030
"tests/*.rs",
3131
"Cargo.toml",
32+
"LICENSE.txt",
33+
"NOTICE.txt",
3234
]
3335
edition = { workspace = true }
3436
rust-version = { workspace = true }

0 commit comments

Comments
 (0)