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

Commit b4a0f02

Browse files
author
rainliu
committed
upgrade to v0.1.1
1 parent 22846d8 commit b4a0f02

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-rtp"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rain Liu <yliu@webrtc.rs>", "Michael Uti <utimichael9@gmail.com>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTP"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
<a href="https://deps.rs/repo/github/webrtc-rs/rtp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/rtp/status.svg">
1414
</a>
15+
<a href="https://crates.io/crates/webrtc-rtp">
16+
<img src="https://img.shields.io/crates/v/webrtc-rtp.svg">
17+
</a>
18+
<a href="https://docs.rs/webrtc-rtp">
19+
<img src="https://docs.rs/webrtc-rtp/badge.svg">
20+
</a>
21+
<a href="https://discord.gg/4Ju8UHdXMs">
22+
<img src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord">
23+
</a>
1524
<a href="https://github.com/webrtc-rs/rtp/blob/master/LICENSE">
1625
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
1726
</a>

0 commit comments

Comments
 (0)