File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.2.1]
6+
7+ ### Added
8+
9+ * The ` vendored ` Cargo feature will cause the crate to compile and statically link to a vendored
10+ copy of OpenSSL on platforms that use that backend.
11+
512## [ v0.2.0]
613
714### Added
4148
4249Look at the [ release tags] for information about older releases.
4350
44- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.0...master
51+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
52+ [ v0.2.1 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
4553[ v0.2.0 ] : https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
4654[ release tags ] : https://github.com/sfackler/rust-native-tls/releases
Original file line number Diff line number Diff line change 11[package ]
22name = " native-tls"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT/Apache-2.0"
66description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments