Skip to content

Commit

Permalink
cargo: bump version to v0.0.1-alpha12, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 committed Sep 29, 2023
1 parent b599b8e commit 8866ee9
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 61 deletions.
141 changes: 86 additions & 55 deletions Cargo.lock

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

12 changes: 6 additions & 6 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-alpha11"
version = "0.0.1-alpha12"
edition = "2021"

[lib]
Expand All @@ -12,17 +12,17 @@ path = "src/plugin.rs"
[dependencies]
anyhow = "1.0.75"
async-io = "1.13.0"
async-process = "1.7.0"
async-process = "1.8.0"
data-encoding = "2.4.0"
futures-lite = "1.13.0"
scopeguard = "1.2.0"
serde_json = "1.0.105"
thiserror = "1.0.47"
url = "2.4.0"
serde_json = "1.0.107"
thiserror = "1.0.49"
url = "2.4.1"
zbus = "3.14.1"

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
pkg-config = "0.3.27"

[profile.release]
Expand Down

0 comments on commit 8866ee9

Please sign in to comment.