mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-02 13:43:13 +00:00
Merge pull request #7 from logos-storage/chore/rename-codex-to-logos-storage
chore: update sub modules and fix Rust version to 1.85.0
This commit is contained in:
commit
a5d6f76654
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
nim:
|
||||
- '2.0.14'
|
||||
- '2.2.4'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@ -26,14 +26,14 @@ jobs:
|
||||
run: |
|
||||
rustup set default-host x86_64-pc-windows-gnu
|
||||
rustup update stable
|
||||
rustup default stable
|
||||
rustup default 1.85.0
|
||||
|
||||
- name: Set rust ${{ matrix.os }}
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: rustup update stable && rustup default stable
|
||||
run: rustup update stable && rustup default 1.85.0
|
||||
|
||||
- name: Setup nim
|
||||
uses: jiro4989/setup-nim-action@v1
|
||||
uses: jiro4989/setup-nim-action@v2
|
||||
with:
|
||||
nim-version: ${{ matrix.nim }}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "vendor/circom-compat-ffi"]
|
||||
path = vendor/circom-compat-ffi
|
||||
url = https://github.com/codex-storage/circom-compat-ffi.git
|
||||
url = https://github.com/logos-storage/circom-compat-ffi.git
|
||||
|
||||
2
vendor/circom-compat-ffi
vendored
2
vendor/circom-compat-ffi
vendored
@ -1 +1 @@
|
||||
Subproject commit 7bc5482c860c9e32660f4480ccfa3dd89d4dfbb6
|
||||
Subproject commit c5d895d164a878a60d4f2656a984987ee5c06aa4
|
||||
Loading…
x
Reference in New Issue
Block a user