We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d5d1 commit 3ca4652Copy full SHA for 3ca4652
Cargo.toml
@@ -72,6 +72,8 @@ include = [
72
"benches/*.rs",
73
"src/**/*.rs",
74
"Cargo.toml",
75
+ "LICENSE.txt",
76
+ "NOTICE.txt",
77
]
78
edition = "2021"
79
rust-version = "1.70"
arrow/Cargo.toml
@@ -29,6 +29,8 @@ include = [
29
30
"tests/*.rs",
31
32
33
34
35
edition = { workspace = true }
36
rust-version = { workspace = true }
0 commit comments