fix: should build with libssl dependency
Some checks failed
/ test (map[name:stable]) (push) Failing after 46s
/ test (map[name:nightly]) (push) Failing after 5s
/ test (map[name:1.74.1]) (push) Failing after 47s

This commit is contained in:
Paul Campbell 2025-01-14 20:09:30 +00:00
parent 7ab30ce7c3
commit 8021d7fc83

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
native-tls = "0.2"