Skip to content

Commit

Permalink
rust polars 0.34.0 (#11987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Oct 24, 2023
1 parent 1a9c770 commit 60adaef
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [
]

[workspace.package]
version = "0.33.2"
version = "0.34.0"
authors = ["Ritchie Vink <[email protected]>"]
edition = "2021"
homepage = "https://www.pola.rs/"
Expand Down Expand Up @@ -64,21 +64,21 @@ ryu = "1.0.13"
lexical-core = "0.8.5"
percent-encoding = "2.3"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
polars-core = { version = "0.33.2", path = "crates/polars-core", default-features = false }
polars-plan = { version = "0.33.2", path = "crates/polars-plan", default-features = false }
polars-lazy = { version = "0.33.2", path = "crates/polars-lazy", default-features = false }
polars-pipe = { version = "0.33.2", path = "crates/polars-pipe", default-features = false }
polars-row = { version = "0.33.2", path = "crates/polars-row", default-features = false }
polars-ffi = { version = "0.33.2", path = "crates/polars-ffi", default-features = false }
polars-ops = { version = "0.33.2", path = "crates/polars-ops", default-features = false }
polars-sql = { version = "0.33.2", path = "crates/polars-sql", default-features = false }
polars-algo = { version = "0.33.2", path = "crates/polars-algo", default-features = false }
polars-time = { version = "0.33.2", path = "crates/polars-time", default-features = false }
polars-utils = { version = "0.33.2", path = "crates/polars-utils", default-features = false }
polars-io = { version = "0.33.2", path = "crates/polars-io", default-features = false }
polars-error = { version = "0.33.2", path = "crates/polars-error", default-features = false }
polars-json = { version = "0.33.2", path = "crates/polars-json", default-features = false }
polars = { version = "0.33.2", path = "crates/polars", default-features = false }
polars-core = { version = "0.34.0", path = "crates/polars-core", default-features = false }
polars-plan = { version = "0.34.0", path = "crates/polars-plan", default-features = false }
polars-lazy = { version = "0.34.0", path = "crates/polars-lazy", default-features = false }
polars-pipe = { version = "0.34.0", path = "crates/polars-pipe", default-features = false }
polars-row = { version = "0.34.0", path = "crates/polars-row", default-features = false }
polars-ffi = { version = "0.34.0", path = "crates/polars-ffi", default-features = false }
polars-ops = { version = "0.34.0", path = "crates/polars-ops", default-features = false }
polars-sql = { version = "0.34.0", path = "crates/polars-sql", default-features = false }
polars-algo = { version = "0.34.0", path = "crates/polars-algo", default-features = false }
polars-time = { version = "0.34.0", path = "crates/polars-time", default-features = false }
polars-utils = { version = "0.34.0", path = "crates/polars-utils", default-features = false }
polars-io = { version = "0.34.0", path = "crates/polars-io", default-features = false }
polars-error = { version = "0.34.0", path = "crates/polars-error", default-features = false }
polars-json = { version = "0.34.0", path = "crates/polars-json", default-features = false }
polars = { version = "0.34.0", path = "crates/polars", default-features = false }
rand_distr = "0.4"
reqwest = { version = "0.11", default-features = false }
arrow-array = { version = ">=41", default-features = false }
Expand All @@ -90,7 +90,7 @@ avro-schema = { version = "0.3" }

[workspace.dependencies.arrow]
package = "polars-arrow"
version = "0.33.2"
version = "0.34.0"
path = "crates/polars-arrow"
default-features = false
features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
]
edition = { workspace = true }
homepage = { workspace = true }
license = "Apache 2.0 AND MIT"
license-file = "./LICENSE"
repository = { workspace = true }
description = "Minimal implementation of the Arrow specification forked from arrow2."

Expand Down
32 changes: 16 additions & 16 deletions py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60adaef

Please sign in to comment.