From 0c18a319e701e1ba6d1595d0897c1b30f068e48a Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Sun, 15 Aug 2021 12:37:04 +0700 Subject: [PATCH] updated dep in native binding to 0.2 --- lib-gst-meet-c/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-gst-meet-c/Cargo.toml b/lib-gst-meet-c/Cargo.toml index 1c20f4e..c8da8c9 100644 --- a/lib-gst-meet-c/Cargo.toml +++ b/lib-gst-meet-c/Cargo.toml @@ -10,9 +10,9 @@ authors = ["Jasper Hugo "] anyhow = { version = "1", default-features = false } glib = { version = "0.14", default-features = false } gstreamer = { version = "0.17", default-features = false } -lib-gst-meet = { version = "0.1", path = "../lib-gst-meet", default-features = false } +lib-gst-meet = { version = "0.2", path = "../lib-gst-meet", default-features = false } tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] } [lib] name = "gstmeet" -crate_type = ["staticlib", "cdylib"] \ No newline at end of file +crate_type = ["staticlib", "cdylib"]