toposware / certificate-stark

An example of state-transition AIR program backed by the winterfell library.
Apache License 2.0
3 stars 1 forks source link

Dependency problem with cheetah #14

Closed 4l0n50 closed 2 years ago

4l0n50 commented 2 years ago
certificate-stark$ cargo build
    Updating crates.io index
    Updating git repository `https://github.com/ToposWare/winterfell.git`
error: failed to get `winterfell` as a dependency of package `certificate-stark v0.1.0 (/home/alonso/Toposware/certificate-stark)`

Caused by:
  failed to load source for dependency `winterfell`

Caused by:
  Unable to update https://github.com/ToposWare/winterfell.git?branch=cheetah

Caused by:
  failed to find branch `cheetah`

Caused by:
  cannot locate remote-tracking branch 'origin/cheetah'; class=Reference (4); code=NotFound (-3)

maybe because is looking for the branch cheetah on winterfell?

Nashtare commented 2 years ago

The PR related to integrating the cheetah base field in winterfell has been merged, so you need to refer to the "main" branch instead. Or alternatively, you can just pull the latest changes from the cheetah branch here.

4l0n50 commented 2 years ago

ok. thanks