Only load platforms for OS (#288)

* Only load platforms for OS

* Update to version 1.7.10
This commit is contained in:
Philip Kristoffersen
2022-12-28 10:37:11 +01:00
committed by GitHub
parent ffb9b659d5
commit 32c65408a7
5 changed files with 69 additions and 35 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.7.9"
version = "1.7.10"
[dependencies]
base64 = "^0.20.0"
@@ -21,9 +21,6 @@ eyre = "^0.6.8"
color-eyre = "^0.6.2"
dyn-clone = "^1.0.10"
[dependencies.sqlite]
version = "^0.30.3"
[dependencies.dashmap]
features = ["serde"]
version = "^5.4.0"
@@ -65,6 +62,7 @@ winres = "^0.1.12"
[target."cfg(windows)".dependencies]
winreg = "^0.10.1"
sqlite = "^0.30.3"
[features]
# This feature is enabled when building for a flatpak environment