8000 use 2021 edition (#1084) · tfeda/datafusion-python@315dc6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 315dc6f

Browse files
committed
use 2021 edition (#1084)
GitOrigin-RevId: b020aba079ae89366b1b6a2b0ed7e8409f99f0d9
1 parent 4a72895 commit 315dc6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ authors = ["Apache Arrow <dev@arrow.apache.org>"]
2424
description = "Build and run queries against data"
2525
readme = "README.md"
2626
license = "Apache-2.0"
27-
edition = "2018"
27+
edition = "2021"
28+
rust-version = "1.56"
2829

2930
[dependencies]
3031
libc = "0.2"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-09-07
1+
nightly-2021-10-21

0 commit comments

Comments
 (0)
0