Skip to content

Commit cfc950d

Browse files
committed
Updating build status
1 parent baf60de commit cfc950d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "range-encoding"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["David Teller <[email protected]>"]
55
description = "An implementation of range encoding (entropy coding), extracted from Opus."
66
readme = "README.md"
@@ -11,7 +11,7 @@ categories = ["algorithms", "compression"]
1111
license = "BSD-3-Clause"
1212

1313
[badges]
14-
travis-ci = { repository = "https://github.com/binast/range-encoding-rs", branch = "master" }
14+
travis-ci = { repository = "binast/range-encoding-rs", branch = "master" }
1515

1616
[dependencies]
1717
libc = "^0.2"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/binast/range-encoding-rs.svg?branch=master)](https://travis-ci.org/binast/range-encoding-rs)
2+
13
An implementation of range encoding for Rust.
24

35
This implementation is extracted using c2rust from a private API of the [Opus codec](https://github.com/xiph/opus/blob/master/celt/), so it should be fairly robust.

0 commit comments

Comments
 (0)