From f545b933171e88b46e08d745755471456f2838c5 Mon Sep 17 00:00:00 2001 From: Simeon Schaub Date: Mon, 25 Oct 2021 20:16:31 -0400 Subject: [PATCH] update FlatBuffer dependency (#149) This fixes Feather on 1.7. I added 1.7 to the CI job as well, but I can remove that part if it's not desired. --- .github/workflows/ci.yml | 3 ++- Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39be65c..6423614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: version: - '1.0' - '1' # automatically expands to the latest stable 1.x release of Julia + - '1.7-nightly' - 'nightly' os: - ubuntu-latest @@ -64,4 +65,4 @@ jobs: - run: julia --project=docs docs/make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} \ No newline at end of file + DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} diff --git a/Project.toml b/Project.toml index f941dd5..fbd5ce2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Feather" uuid = "becb17da-46f6-5d3c-ad1b-1c5fe96bc73c" -version = "0.5.9" +version = "0.5.10" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -13,7 +13,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] CategoricalArrays = "0.8, 0.9, 0.10" DataFrames = "0.19, 0.20, 0.21, 0.22, 1" -FlatBuffers = "0.5" +FlatBuffers = "0.5, 0.6" Tables = "1" julia = "1.0"