From 88197fe6ec929559b37e1443785ece650d2e9255 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 3 Mar 2025 22:14:30 -0600 Subject: [PATCH] bump ffi (#5) * bump ffi * bump compiler version * try fixing windows build --- .github/workflows/ci.yml | 6 +++--- vendor/circom-compat-ffi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f6b04..5d2d801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: strategy: matrix: nim: - - '1.6.18' - - '1.6.14' + - '2.0.14' os: - ubuntu-latest - windows-latest @@ -26,7 +25,8 @@ jobs: if: matrix.os == 'windows-latest' run: | rustup set default-host x86_64-pc-windows-gnu - rustup update stable && rustup default stable + rustup update stable + rustup default stable - name: Set rust ${{ matrix.os }} if: matrix.os != 'windows-latest' diff --git a/vendor/circom-compat-ffi b/vendor/circom-compat-ffi index 297c46f..7bc5482 160000 --- a/vendor/circom-compat-ffi +++ b/vendor/circom-compat-ffi @@ -1 +1 @@ -Subproject commit 297c46fdc7d8a8fd53c8076b0be77334e4a54447 +Subproject commit 7bc5482c860c9e32660f4480ccfa3dd89d4dfbb6