Skip to content

Commit

Permalink
cargo: dump version to v0.0.2, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 committed Nov 22, 2023
1 parent 224a648 commit 69d9614
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 47 deletions.
73 changes: 28 additions & 45 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpv-mpris2"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[lib]
Expand All @@ -14,7 +14,8 @@ lto = true

[dependencies]
_unused1 = { version = "=1.7", package = "async-process" } # prevent duplicate event-listener
_unused2 = { version = "=0.2.4", package = "async-signal" } # prevent duplicate async-io
_unused2 = { version = "=1.4.1", package = "blocking" } # prevent duplicate async-channel
_unused3 = { version = "=1.6.0", package = "async-executor" } # prevent duplicate async-lock
data-encoding = "2"
scopeguard = "1"
serde_json = "1"
Expand Down

0 comments on commit 69d9614

Please sign in to comment.