Skip to content
Snippets Groups Projects
Commit d5c7ce97 authored by ordian's avatar ordian Committed by David
Browse files

gitlab build badge (#30)

Fixes #28
parent 956c3d12
No related merge requests found
Pipeline #54636 passed with stages
in 2 minutes and 25 seconds
[![Build Status](https://travis-ci.org/apoelstra/rust-secp256k1.png?branch=master)](https://travis-ci.org/apoelstra/rust-secp256k1)
[![Build Status](https://gitlab.parity.io/parity/rust-secp256k1/badges/master/build.svg)](https://gitlab.parity.io/parity/rust-secp256k1/commits/master)
![crates.io](https://img.shields.io/crates/v/parity-secp256k1.svg)
[![](https://tokei.rs/b1/github/paritytech/rust-secp256k1)](https://github.com/paritytech/rust-secp256k1)
......@@ -16,7 +16,7 @@ This library
* implements many unit tests, adding to those already present in `libsecp256k1`
* makes no allocations (except in unit tests) for efficiency and use in freestanding implementations
[Full documentation](https://www.wpsoftware.net/rustdoc/secp256k1/)
[Full documentation](https://docs.rs/parity-secp256k1)
#### Build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment