mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-08 06:51:33 +01:00
Fix CI by fixing version + add toolchain file (#52)
* Fix CI by fixing version + add toolchain file * readme comment * Tweak README message * typo --------- Co-authored-by: tyshkor <tyshko1@gmail.com> Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: 1.67.0
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
# Install for Anvil
|
# Install for Anvil
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: 1.67.0
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: cargo fmt
|
- name: cargo fmt
|
||||||
|
|||||||
@@ -65,6 +65,10 @@ Tests require the following installed:
|
|||||||
- [x] Proof generations and verification using Arkworks
|
- [x] Proof generations and verification using Arkworks
|
||||||
- [ ] CLI for common operations
|
- [ ] CLI for common operations
|
||||||
|
|
||||||
|
## Known limitations
|
||||||
|
|
||||||
|
Currently, due to an issue in our upstream (https://github.com/wasmerio/wasmer/issues/4072), this crate works as expected only up to Rust version `1.67.0`; in newer Rust versions, `wasmer` is currently unsound.
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
This library would not have been possibly without the great work done in:
|
This library would not have been possibly without the great work done in:
|
||||||
|
|||||||
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "stable"
|
||||||
|
version = "1.67.0"
|
||||||
Reference in New Issue
Block a user