From 350bb676a25ffd3849f13e358a05c7bd5f877623 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Sat, 13 Jul 2024 10:42:52 -0700 Subject: [PATCH] match arrow MSRV --- .github/workflows/check.yml | 2 +- arrow-open-variant/Cargo.toml | 2 +- open-variant/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f7f4eb0..c533d64 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/arrow-open-variant/Cargo.toml b/arrow-open-variant/Cargo.toml index 674470c..e5e78c3 100644 --- a/arrow-open-variant/Cargo.toml +++ b/arrow-open-variant/Cargo.toml @@ -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 diff --git a/open-variant/Cargo.toml b/open-variant/Cargo.toml index 0c3a409..f0a30bd 100644 --- a/open-variant/Cargo.toml +++ b/open-variant/Cargo.toml @@ -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"