Skip to content

Commit

Permalink
remove wildcard version specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
l1na-forever committed Jul 19, 2022
1 parent 2945592 commit cf204a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ log = "0.4"
simple_logger = "2"

# Minimal, blocking/sync HTTP client used to download album art
ureq = { version = "*", optional = true }
ureq = { version = "2.5", optional = true }

# Image processing library, used to convert album art into the XDG
# notification image-data format
image = { version = "0.24", optional = true }

# Config file loading
serde = { version = "1.0", features = ["derive"] }
toml = "*"
home = "*"
toml = "0.5"
home = "0.5"

# Notificaiton message formatting
regex = "1"
lazy_static = "*"
lazy_static = "1"

[dev-dependencies]
# For testing configuration loading
Expand Down

0 comments on commit cf204a1

Please sign in to comment.