Fix steam rom manager shortcuts not being parsed (#145)

This commit is contained in:
Philip Kristoffersen
2022-05-20 23:32:22 +02:00
committed by GitHub
parent 967465d326
commit f2c83cb107
4 changed files with 16 additions and 11 deletions
Generated
+3 -3
View File
@@ -148,7 +148,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "boilr"
version = "1.3.7"
version = "1.3.8"
dependencies = [
"base64",
"chrono",
@@ -2430,9 +2430,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "steam_shortcuts_util"
version = "1.1.7"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8"
checksum = "d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6"
dependencies = [
"ascii",
"crc32fast",