mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Fix steam rom manager shortcuts not being parsed (#145)
This commit is contained in:
Generated
+3
-3
@@ -148,7 +148,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.3.7"
|
version = "1.3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"chrono",
|
"chrono",
|
||||||
@@ -2430,9 +2430,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam_shortcuts_util"
|
name = "steam_shortcuts_util"
|
||||||
version = "1.1.7"
|
version = "1.1.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8"
|
checksum = "d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ascii",
|
"ascii",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.3.7"
|
version = "1.3.8"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "^0.13.0"
|
base64 = "^0.13.0"
|
||||||
@@ -15,7 +15,7 @@ nom = "^7.1.1"
|
|||||||
rusty-leveldb = "^0.3.6"
|
rusty-leveldb = "^0.3.6"
|
||||||
serde_json = "^1.0.81"
|
serde_json = "^1.0.81"
|
||||||
sqlite = "^0.26.0"
|
sqlite = "^0.26.0"
|
||||||
steam_shortcuts_util = "^1.1.7"
|
steam_shortcuts_util = "^1.1.8"
|
||||||
steamgriddb_api = "^0.3.0"
|
steamgriddb_api = "^0.3.0"
|
||||||
sysinfo = "^0.23.12"
|
sysinfo = "^0.23.12"
|
||||||
|
|
||||||
|
|||||||
@@ -3187,14 +3187,14 @@
|
|||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/steam_shortcuts_util/steam_shortcuts_util-1.1.7.crate",
|
"url": "https://static.crates.io/crates/steam_shortcuts_util/steam_shortcuts_util-1.1.8.crate",
|
||||||
"sha256": "67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8",
|
"sha256": "d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6",
|
||||||
"dest": "cargo/vendor/steam_shortcuts_util-1.1.7"
|
"dest": "cargo/vendor/steam_shortcuts_util-1.1.8"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8\", \"files\": {}}",
|
"contents": "{\"package\": \"d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/steam_shortcuts_util-1.1.7",
|
"dest": "cargo/vendor/steam_shortcuts_util-1.1.8",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -25,7 +25,12 @@ https://hughsie.github.io/oars/index.html
|
|||||||
-->
|
-->
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.3.7" date="2022-05-17">
|
<release version="1.3.8" date="2022-05-20">
|
||||||
|
<description>
|
||||||
|
<p>Fixed a bug where shortcuts added by Steam ROM Manager could not be parsed</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
<release version="1.3.7" date="2022-05-20">
|
||||||
<description>
|
<description>
|
||||||
<p>Back up your shortcuts and restore them later</p>
|
<p>Back up your shortcuts and restore them later</p>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user