add test for TLS version selection

Since rustls does not even support TLS versions below 1.2, no need to check
for that.
This commit is contained in:
Johann150 2021-02-25 17:31:24 +01:00
parent 8b4692b08b
commit 8a6eb65b48
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 24 additions and 0 deletions

View file

@ -29,6 +29,7 @@ configparser = "2.0"
assert_cmd = "1.0"
gemini-fetch = { version = "0.2.1", git = "https://github.com/Johann150/gemini-fetch.git" }
anyhow = "1.0"
webpki = "0.21.4"
[profile.release]
lto = true