This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 30c94dbf1 Fix cargo publish (#2340)
30c94dbf1 is described below
commit 30c94dbf1c422f81f8520b9956e96ab7b53c3f47
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Aug 5 16:47:02 2022 -0400
Fix cargo publish (#2340)
---
arrow/Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index fa54e8052..9e6bf532f 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -92,6 +92,7 @@ tempfile = { version = "3", default-features = false }
[[example]]
name = "dynamic_types"
required-features = ["prettyprint"]
+path="./examples/dynamic_types.rs"
[[bench]]
name = "aggregate_kernels"