arkworks-rs / crypto-primitives

Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them
https://www.arkworks.rs
Apache License 2.0
165 stars 79 forks source link

Build fails because "cannot locate remote-tracking branch 'origin/update-serialize'" #82

Closed andrewmilson closed 1 year ago

andrewmilson commented 1 year ago

Did a fresh clone and building locally I get the following output from cargo build

    Updating git repository `https://github.com/arkworks-rs/curves`
    Updating git repository `https://github.com/arkworks-rs/algebra`
    Updating git repository `https://github.com/arkworks-rs/r1cs-std`
    Updating git repository `https://github.com/arkworks-rs/snark`
    Updating git repository `https://github.com/arkworks-rs/sponge`
error: failed to load source for dependency `ark-sponge`

Caused by:
  Unable to update https://github.com/arkworks-rs/sponge?branch=update-serialize

Caused by:
  failed to find branch `update-serialize`

Caused by:
  cannot locate remote-tracking branch 'origin/update-serialize'; class=Reference (4); code=NotFound (-3)
weikengchen commented 1 year ago

Let me update the toml. We are making a few fixes in different branches---some intermediate ones have been used for testing but we should have updated the dependents after that PR is merged.