haplo / rust-bch

A Rust library for working with Bitcoin Cash
MIT License
3 stars 1 forks source link

Fix rust nightly build #10

Open haplo opened 4 years ago

haplo commented 4 years ago

https://travis-ci.org/github/haplo/rust-bch/jobs/697559767

Fails because of the ring dependency:

  Downloaded ring v0.14.6

error: failed to parse manifest at `/home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.14.6/Cargo.toml`

Caused by:

  readme file with name 'doc/link-to-readme.md' was not found

Once the build passes enable it in .travis.yml.