hal 0.9.5

hal - the Bitcoin companion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
  - stable
  - beta
  - nightly
  - 1.32.0

script:
  # The standard linker fails to link the fuzzing infrastructure but
  # gold seems to handle it.
  # See https://github.com/rust-lang/rust/issues/53945
  - export RUSTFLAGS='-Clink-arg=-fuse-ld=gold'
  - cargo build --verbose
  - cargo test --verbose