Statically link C runtime

This commit is contained in:
Philip Kristoffersen
2022-05-31 16:40:38 +02:00
parent 52206c0e33
commit ee737e6014
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.3.14"
version = "1.3.15"
[dependencies]
base64 = "^0.13.0"
@@ -59,3 +59,5 @@ winres = "^0.1"
[target."cfg(windows)".dependencies]
winreg = "^0.10.1"
[profile.release]
incremental = true