push #120

Merged
philipp merged 1 commits from fix into staging 2024-01-01 17:51:46 +01:00
Showing only changes of commit f4896f4d80 - Show all commits

View File

@ -24,3 +24,5 @@ ics = "0.5"
futures = "0.3"
lettre = "0.11"
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = [ "vendored" ] }