Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 160c36f

Browse files
committed
update cargo.toml to 0.2.0 for crates.io publish
1 parent ced2415 commit 160c36f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-rs-rtcp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTCP"

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<a href="https://webrtc.rs"><img src="./media/webrtc.rs.png" alt="WebRTC.rs"></a>
2+
<a href="https://webrtc.rs"><img src="./doc/webrtc.rs.png" alt="WebRTC.rs"></a>
33
<br>
44
</h1>
55
<p align="center">
@@ -12,6 +12,9 @@
1212
<a href="https://deps.rs/repo/github/webrtc-rs/rtcp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/rtcp/status.svg">
1414
</a>
15+
<a href="https://docs.rs/webrtc-rs-rtcp">
16+
<img src="https://docs.rs/webrtc-rs-rtcp/badge.svg">
17+
</a>
1518
<a href="https://github.com/webrtc-rs/rtcp/blob/master/LICENSE">
1619
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
1720
</a>
File renamed without changes.

0 commit comments

Comments
 (0)