From 93b288c1ebb0ff7a026c873856aaf36e6cfa8833 Mon Sep 17 00:00:00 2001 From: Rain Liu Date: Tue, 19 Oct 2021 23:34:10 -0700 Subject: [PATCH] upgrade to v0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf071c89e..80bb75762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.2.0" +version = "0.2.1" authors = ["Rain Liu "] edition = "2018" description = "A pure Rust implementation of WebRTC API"