Skip to content

Commit f7b7077

Browse files
committed
Increase MSRV to 1.88.0
Increase MSRV to 1.88.0 to match datafusion 51.
1 parent 88eb2e4 commit f7b7077

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.86.0"
84+
toolchain: "1.88.0"
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
@@ -5,7 +5,7 @@ members = ["datafusion-postgres", "datafusion-postgres-cli", "arrow-pg", "datafu
55
[workspace.package]
66
edition = "2021"
77
license = "Apache-2.0"
8-
rust-version = "1.86.0"
8+
rust-version = "1.88.0"
99
authors = ["Ning Sun <[email protected]>"]
1010
keywords = ["database", "postgresql", "datafusion"]
1111
homepage = "https://github.com/datafusion-contrib/datafusion-postgres/"

0 commit comments

Comments
 (0)