Skip to content

Commit

Permalink
match arrow MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jul 13, 2024
1 parent ea2ee32 commit 350bb67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.60.0"] # 2021 edition requires 1.56
msrv: ["1.62.0"] # 2021 edition requires 1.56
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion arrow-open-variant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
keywords = [""]
categories = []
repository = "https://github.com/datafusion-contrib/datafusion-functions-variant"
rust-version = "1.60"
rust-version = "1.62"

[dependencies]
arrow-array.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion open-variant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "Apache-2.0"
keywords = [""]
categories = []
repository = "https://github.com/datafusion-contrib/datafusion-functions-variant"
rust-version = "1.60"
rust-version = "1.62"

0 comments on commit 350bb67

Please sign in to comment.