Skip to content
Snippets Groups Projects
Commit 15184312 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix feature dependencies and imports (!164)

in !162 and !163, i did only run `cargo ... --all-features` without checking the individual features...

this MR adds some `cargo check --features ...` to the `Makefile` and makes sure the imports make sense when compiling a single feature.

> :exclamation: **Important**
>
> the other notable change here is that `kzg::commit` has been moved to `zk::ark_commit` and is re-exported from `kzg` as `kzg::commit`.
parent 5782d4dc
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment