Skip to content

Commit

Permalink
bump jellyfin-rpc-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Sep 29, 2024
1 parent 1bebe19 commit 2393f16
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions jellyfin-rpc-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jellyfin-rpc-cli"
version = "1.2.2"
version = "1.3.0"
edition = "2021"
description = "Displays the content you're currently watching on Discord!"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -29,8 +29,8 @@ time = "0.3"
serde_json = "1.0"

[dependencies.jellyfin-rpc]
#version = "1.2.2"
path = "../jellyfin-rpc"
version = "1.3.0"
#path = "../jellyfin-rpc"

[dependencies.clap]
features = ["derive"]
Expand Down

0 comments on commit 2393f16

Please sign in to comment.