Skip to content

Commit

Permalink
Merge branch 'main' into datetime_coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahyurick authored Nov 13, 2023
2 parents 2c0894f + e04b077 commit 36c310a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "dask-sql"
repository = "https://github.com/dask-contrib/dask-sql"
version = "2023.10.1"
version = "2023.11.0-rc1"
description = "Bindings for DataFusion used by Dask-SQL"
readme = "README.md"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.73"
include = ["/src", "/dask_sql", "/LICENSE.txt", "pyproject.toml", "Cargo.toml", "Cargo.lock"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dependencies:
- pygments>=2.7.1
- tabulate
- ucx-proc=*=cpu
- rust>=1.65.0
- rust>=1.73.0

0 comments on commit 36c310a

Please sign in to comment.