Commit 0cedaef 1 parent 136b5f9 commit 0cedaef Copy full SHA for 0cedaef
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
12
## [ v0.2.0]
6
13
7
14
### Added
41
48
42
49
Look at the [ release tags] for information about older releases.
43
50
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
45
53
[ v0.2.0 ] : https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
46
54
[ release tags ] : https://github.com/sfackler/rust-native-tls/releases
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments