Skip to content

Commit

Permalink
Release 0.4.1 to fix features on docs.rs page (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey authored Oct 15, 2024
1 parent be8a685 commit df191dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orc-rust"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
homepage = "https://github.com/datafusion-contrib/datafusion-orc"
repository = "https://github.com/datafusion-contrib/datafusion-orc"
Expand All @@ -11,6 +11,9 @@ keywords = ["arrow", "orc", "arrow-rs", "datafusion"]
include = ["src/**/*.rs", "Cargo.toml"]
rust-version = "1.73"

[package.metadata.docs.rs]
all-features = true

[dependencies]
arrow = { version = "52", features = ["prettyprint", "chrono-tz"] }
bytemuck = { version = "1.18.0", features = ["must_cast"] }
Expand Down

0 comments on commit df191dc

Please sign in to comment.