Skip to content

Commit 510d138

Browse files
committed
chore: update msrv
1 parent 4f7c2c9 commit 510d138

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
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.82.0"
79+
toolchain: "1.85.0"
8080
override: true
8181
- 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.6.0"
77
edition = "2021"
88
license = "Apache-2.0"
9-
rust-version = "1.82.0"
9+
rust-version = "1.85.0"
1010
authors = ["Ning Sun <[email protected]>"]
1111
keywords = ["database", "postgresql", "datafusion"]
1212
homepage = "https://github.com/datafusion-contrib/datafusion-postgres/"

arrow-pg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage.workspace = true
1010
repository.workspace = true
1111
documentation.workspace = true
1212
readme = "../README.md"
13+
rust-version.workspace = true
1314

1415
[dependencies]
1516
arrow.workspace = true

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage.workspace = true
1010
repository.workspace = true
1111
documentation.workspace = true
1212
readme = "../README.md"
13+
rust-version.workspace = true
1314

1415
[dependencies]
1516
pgwire = { workspace = true }

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage.workspace = true
1010
repository.workspace = true
1111
documentation.workspace = true
1212
readme = "../README.md"
13+
rust-version.workspace = true
1314

1415
[dependencies]
1516
arrow-pg = { path = "../arrow-pg", version = "0.1.0" }

0 commit comments

Comments
 (0)