Skip to content

Commit

Permalink
Update game-detector to 0.1.4
Browse files Browse the repository at this point in the history
Fixes an issue with some steam installations
  • Loading branch information
cohaereo committed Jun 27, 2024
1 parent 8f6ffe0 commit aba14a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 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 = "quicktag"
version = "0.6.1"
version = "0.6.2"
edition = "2021"

[dependencies]
Expand All @@ -10,7 +10,7 @@ bytemuck = "1.14.1"
chrono = "0.4.31"
clap = { version = "4.3.11", features = ["derive"] }
env_logger = "0.11.3"
game-detector = "0.1.3"
game-detector = "0.1.4"
itertools = "0.13"
lazy_static = "1.4.0"
linked-hash-map = "0.5.6"
Expand Down

0 comments on commit aba14a3

Please sign in to comment.