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:
Arnaud 2025-12-16 08:47:31 +01:00 committed by GitHub
commit a5d6f76654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -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
View File

@ -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

@ -1 +1 @@
Subproject commit 7bc5482c860c9e32660f4480ccfa3dd89d4dfbb6
Subproject commit c5d895d164a878a60d4f2656a984987ee5c06aa4