From fdbe159b666698fc1d29aad425385c445440f59f Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 19 Feb 2024 12:08:43 -0700 Subject: [PATCH] Release: version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c8640c..3c8e1fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "iptvrs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 08088fa..0f9c033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iptvrs" -version = "0.2.1" +version = "0.2.2" edition = "2021" repository = "https://github.com/vihu/iptvrs" authors = ["Rahul Garg"] @@ -35,7 +35,7 @@ cargo-dist-version = "0.10.0" # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # CI backends to support ci = ["github"] # Publish jobs to run in CI