Blocking callbacks can now access the handler structure as mutable. v0.4.3.

This commit is contained in:
PinkP4nther 2021-10-07 15:33:51 -07:00
commit 5b132baada
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sslrelay"
version = "0.4.2"
version = "0.4.3"
authors = ["PinkP4nther <pinkp4nther@protonmail.com> @Pink_P4nther"]
edition = "2018"
description = "A TCP relay library for relaying/modifying/spoofing TCP traffic by implementing callback code."