Skip to content

Commit df97b44

Browse files
committed
chore: update msrv
1 parent 1d92ff8 commit df97b44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.76"
79+
toolchain: "1.79"
8080
override: true
8181
- run: cargo build --all-features

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.76"
5+
rust-version = "1.79"
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.3.0"
44
edition = "2021"
5-
rust-version = "1.76"
5+
rust-version = "1.79"
66
description = "Exporting datafusion query engine with postgres wire protocol"
77
authors = ["Ning Sun <[email protected]>"]
88
license = "Apache-2.0"

0 commit comments

Comments
 (0)