Skip to content

Commit

Permalink
another upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jul 13, 2024
1 parent 350bb67 commit 91ae1b9
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.62.0"] # 2021 edition requires 1.56
msrv: ["1.64.0"] # workspace inheritance requires 1.64.0
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.62"
rust-version = "1.64"

[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.62"
rust-version = "1.64"

0 comments on commit 91ae1b9

Please sign in to comment.