mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-04 05:43:11 +00:00
Merge pull request #10 from logos-storage/chore/rename-codex-to-logos-storage
chore: rename Codex to Logos Storage and fix Rust version to 1.85.0
This commit is contained in:
commit
c5d895d164
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -16,9 +16,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- 1.85.0
|
||||||
- beta
|
|
||||||
- nightly
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -73,7 +73,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ark-circom"
|
name = "ark-circom"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/codex-storage/circom-compat.git?rev=71f1ceb11aef27256#71f1ceb11aef27256555d12380a592675db8b477"
|
source = "git+https://github.com/logos-storage/circom-compat.git?rev=71f1ceb11aef27256#71f1ceb11aef27256555d12380a592675db8b477"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ark-bn254",
|
"ark-bn254",
|
||||||
"ark-crypto-primitives",
|
"ark-crypto-primitives",
|
||||||
|
|||||||
@ -18,7 +18,7 @@ crate-type = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", rev = "71f1ceb11aef27256", features = ["circom-2", "ethereum"]}
|
ark-circom = { git = "https://github.com/logos-storage/circom-compat.git", rev = "71f1ceb11aef27256", features = ["circom-2", "ethereum"]}
|
||||||
|
|
||||||
ark-crypto-primitives = { version = "=0.4.0" }
|
ark-crypto-primitives = { version = "=0.4.0" }
|
||||||
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }
|
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2024 Codex Storage
|
Copyright (c) 2025 Logos Storage
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user