We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289e16d commit c8064bfCopy full SHA for c8064bf
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-proxy"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["Johann Tuffe <tafia973@gmail.com>"]
5
description = "A proxy connector for Hyper-based applications"
6
Changelog.md
@@ -8,6 +8,9 @@
8
- test: Adding missing tests
9
- chore: Changes to the build process or auxiliary tools/libraries/documentation
10
11
+## 0.5.1
12
+- feat: add rustls feature
13
+
14
## 0.5.0
15
- feat: upgrade to hyper 0.12
16
0 commit comments