Update steam shortcuts util to 1.1.7

This solves problem where shortcut parsing would fail
if there was no backspace character
This commit is contained in:
Philip Kristoffersen
2022-04-18 07:14:21 +02:00
parent 534722dce9
commit 03aab2e088
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
steam_shortcuts_util = { git = "https://github.com/PhilipK/steam_shortcuts_util",rev="c8953ecfc9c612be49c537fb3add683cd83f9379" }
steam_shortcuts_util = "1.1.7"
steamgriddb_api = "^0.2,0"
serde = { version = "^1.0.136", features = ["derive"] }
serde_json = "^1.0.79"