Skip to content

Commit 7574741

Browse files
committed
Bump rust version to 1.85.1
Bump rust version to 1.85.1 because this is needed by datafusion 49.
1 parent 944d701 commit 7574741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
- uses: actions/checkout@v4
8282
- uses: actions-rs/toolchain@v1
8383
with:
84-
toolchain: "1.85.0"
84+
toolchain: "1.85.1"
8585
override: true
8686
- run: cargo build --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["datafusion-postgres", "datafusion-postgres-cli", "arrow-pg"]
66
version = "0.7.0"
77
edition = "2021"
88
license = "Apache-2.0"
9-
rust-version = "1.85.0"
9+
rust-version = "1.85.1"
1010
authors = ["Ning Sun <[email protected]>"]
1111
keywords = ["database", "postgresql", "datafusion"]
1212
homepage = "https://github.com/datafusion-contrib/datafusion-postgres/"

0 commit comments

Comments
 (0)