Version 0.3 / Updated openssl dep / Fixed examples to work with version 0.3

This commit is contained in:
PinkP4nther 2021-09-16 02:25:13 -07:00
commit 6dd5fcfdf4
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
[package]
name = "sslrelay"
version = "0.2.0"
version = "0.3.0"
authors = ["PinkP4nther <pinkp4nther@protonmail.com>"]
edition = "2018"
[dependencies]
openssl = "0.10.34"
openssl = "0.10.36"
toml = "0.5.8"