mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update to version 1.7.13 (#297)
This commit is contained in:
Generated
+1
-1
@@ -265,7 +265,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.7.12"
|
version = "1.7.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.20.0",
|
"base64 0.20.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.7.12"
|
version = "1.7.13"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "^0.20.0"
|
base64 = "^0.20.0"
|
||||||
|
|||||||
@@ -2820,6 +2820,19 @@
|
|||||||
"dest": "cargo/vendor/openssl-probe-0.1.5",
|
"dest": "cargo/vendor/openssl-probe-0.1.5",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "archive",
|
||||||
|
"archive-type": "tar-gzip",
|
||||||
|
"url": "https://static.crates.io/crates/openssl-src/openssl-src-111.24.0+1.1.1s.crate",
|
||||||
|
"sha256": "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd",
|
||||||
|
"dest": "cargo/vendor/openssl-src-111.24.0+1.1.1s"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "inline",
|
||||||
|
"contents": "{\"package\": \"3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd\", \"files\": {}}",
|
||||||
|
"dest": "cargo/vendor/openssl-src-111.24.0+1.1.1s",
|
||||||
|
"dest-filename": ".cargo-checksum.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
|
|||||||
@@ -25,7 +25,13 @@ https://hughsie.github.io/oars/index.html
|
|||||||
-->
|
-->
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.7.11" date="2022-12-28">
|
<release version="1.7.13" date="2022-12-30">
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li>Fix not finding Epic Games (thanks to vkbsb)</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release> <release version="1.7.11" date="2022-12-28">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Automatically go fullscreen when in steam mode</li>
|
<li>Automatically go fullscreen when in steam mode</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user