mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Bump steam_shortcuts_util version
This commit is contained in:
Generated
+2
-2
@@ -837,9 +837,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam_shortcuts_util"
|
name = "steam_shortcuts_util"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d8c2fce148525a785a93daaf7b41855fa1a2ba05052bab74f647b56256b2d3a8"
|
checksum = "ffa391cd87de757cdc91153362307680c6ec4ad50fe7a582509678f1ede863eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ascii",
|
"ascii",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
steam_shortcuts_util="1.1.0"
|
steam_shortcuts_util="1.1.1"
|
||||||
steamgriddb_api="0.2,0"
|
steamgriddb_api="0.2,0"
|
||||||
serde={version="*", features=["derive"]}
|
serde={version="*", features=["derive"]}
|
||||||
serde_json="*"
|
serde_json="*"
|
||||||
|
|||||||
Reference in New Issue
Block a user