Skip to content

Commit

Permalink
Prepare dependencies for an alpha release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-kast committed Nov 21, 2024
1 parent b45bd36 commit 4995aa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions 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 = "empress"
version = "3.0.0"
version = "3.0.0-alpha.1"
authors = ["raykast <me@june-s.net>"]
edition = "2021"
description = "A D-Bus MPRIS daemon for controlling media players."
Expand All @@ -22,7 +22,7 @@ strip = true
anyhow = "1.0.91"
async-trait = "0.1.83"
clap = { version = "4.5.20", features = ["derive"] }
dispose = { version = "0.5.1", git = "https://github.com/ray-kast/dispose", rev = "56cf752" }
dispose = "0.5.1"
env_logger = "0.11.5"
futures-util = "0.3.31"
lalrpop-util = { version = "0.22.0", features = ["lexer"] }
Expand Down

0 comments on commit 4995aa6

Please sign in to comment.