bitcoinconsensus 0.20.2-0.5.0

Bitcoin's libbitcoinconsensus with Rust binding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - stable
  - beta
  - nightly
  - 1.22.0

script:
  - cargo generate-lockfile --verbose
  - cargo update -p cc --precise "1.0.41" --verbose
  - cargo build --verbose
  - cargo test --verbose