Skip to content

Commit

Permalink
chore: remove no-longer-necessary build.rs for Rust bindings
Browse files Browse the repository at this point in the history
The build.rs is a long-since-unnecessary customization since we adopted the
object_store crate and no longer manage storage ourselves. This change also
allows us to purge the glibc-version build dependency which makes the build a
teensy bit faster too.

Sponsored-by: Databricks Inc.
  • Loading branch information
rtyler committed Jun 2, 2023
1 parent fc61ea7 commit 533c39b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
5 changes: 1 addition & 4 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deltalake"
version = "0.12.0"
version = "0.13.0"
rust-version = "1.64"
authors = ["Qingping Hou <[email protected]>"]
homepage = "https://github.com/delta-io/delta.rs"
Expand Down Expand Up @@ -101,9 +101,6 @@ tempfile = "3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
utime = "0.3"

[build-dependencies]
glibc_version = "0"

[features]
azure = ["object_store/azure"]
arrow = ["dep:arrow", "arrow-array", "arrow-cast", "arrow-ord", "arrow-row", "arrow-schema", "arrow-select"]
Expand Down
30 changes: 0 additions & 30 deletions rust/build.rs

This file was deleted.

0 comments on commit 533c39b

Please sign in to comment.