From ca842b97b5c473ed0c121fc32e5703f300afb244 Mon Sep 17 00:00:00 2001 From: Serhii Khalymon Date: Wed, 31 Aug 2022 09:27:46 +0200 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c659903..46013c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "gst-client" -version = "0.1.1" +version = "0.1.2" dependencies = [ "derive_more", "mime", diff --git a/Cargo.toml b/Cargo.toml index bb24971..087fcbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-client" -version = "0.1.1" +version = "0.1.2" description = "Provides bindings for the main functionalities of the GStreamer Daemon" authors = ["Serhii Khalymon "] edition = "2021" @@ -30,4 +30,4 @@ default-features = false [dev-dependencies] -tokio = { version = "1", features = ["macros"] } \ No newline at end of file +tokio = { version = "1", features = ["macros"] }