Skip to content

Commit

Permalink
Release: version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Feb 19, 2024
1 parent 5a03a8e commit fdbe159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fdbe159

Please sign in to comment.