Skip to content

Commit 70ece8f

Browse files
committed
chore: update datafusion to 40
1 parent c27e027 commit 70ece8f

File tree

5 files changed

+34
-32
lines changed

5 files changed

+34
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: actions-rs/toolchain@v1
7878
with:
79-
toolchain: "1.73"
79+
toolchain: "1.76"
8080
override: true
8181
- run: cargo build --all-features

Cargo.lock

Lines changed: 30 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["datafusion-postgres", "datafusion-postgres-cli"]
44

55
[workspace.dependencies]
66
pgwire = "0.24"
7-
datafusion = { version = "39", default-features = false }
7+
datafusion = { version = "40", default-features = false }
88
tokio = { version = "1", default-features = false }
99

1010
[profile.release]

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "datafusion-postgres-cli"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.73"
5+
rust-version = "1.76"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "datafusion-postgres"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.73"
5+
rust-version = "1.76"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

0 commit comments

Comments
 (0)