From b89e1cde87a39b239356387c478961f34d3e0d74 Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Wed, 9 Mar 2022 13:36:41 +0700 Subject: [PATCH] Release gst-meet 0.4, lib-gst-meet 0.6 --- Cargo.lock | 4 ++-- gst-meet/Cargo.toml | 6 +++--- lib-gst-meet-c/Cargo.toml | 2 +- lib-gst-meet/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 593c1b0..5d17431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "gst-meet" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "cocoa", @@ -746,7 +746,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lib-gst-meet" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-stream", diff --git a/gst-meet/Cargo.toml b/gst-meet/Cargo.toml index b7ad741..cf69f1c 100644 --- a/gst-meet/Cargo.toml +++ b/gst-meet/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "gst-meet" description = "A tool for connecting GStreamer pipelines to Jitsi Meet conferences" -version = "0.3.0" -edition = "2018" +version = "0.4.0" +edition = "2021" license = "MIT/Apache-2.0" authors = ["Jasper Hugo "] @@ -13,7 +13,7 @@ futures = { version = "0.3", default-features = false } glib = { version = "0.15", default-features = false, features = ["log"] } gstreamer = { version = "0.18", default-features = false, features = ["v1_20"] } http = { version = "0.2", default-features = false } -lib-gst-meet = { version = "0.5", path = "../lib-gst-meet", default-features = false, features = ["tracing-subscriber"] } +lib-gst-meet = { version = "0.6", path = "../lib-gst-meet", default-features = false, features = ["tracing-subscriber"] } structopt = { version = "0.3", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread", "signal", "sync", "time"] } tokio-stream = { version = "0.1", default-features = false } diff --git a/lib-gst-meet-c/Cargo.toml b/lib-gst-meet-c/Cargo.toml index 536fe56..b57708c 100644 --- a/lib-gst-meet-c/Cargo.toml +++ b/lib-gst-meet-c/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Jasper Hugo "] anyhow = { version = "1", default-features = false } glib = { version = "0.15", default-features = false } gstreamer = { version = "0.18", default-features = false } -lib-gst-meet = { version = "0.5", path = "../lib-gst-meet", default-features = false, features = ["tracing-subscriber"] } +lib-gst-meet = { version = "0.6", path = "../lib-gst-meet", default-features = false, features = ["tracing-subscriber"] } tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] } tracing = { version = "0.1", default-features = false } diff --git a/lib-gst-meet/Cargo.toml b/lib-gst-meet/Cargo.toml index d1715dc..fd2ad8a 100644 --- a/lib-gst-meet/Cargo.toml +++ b/lib-gst-meet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lib-gst-meet" description = "Connect GStreamer pipelines to Jitsi Meet conferences" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "MIT/Apache-2.0" readme = "../README.md"