File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.2.5]
6
+
7
+ ### Added
8
+
9
+ * Added ` TlsConnectorBuilder::disable_built_in_roots ` to only trust root certificates explicitly
10
+ added to the builder.
11
+
12
+ ### Updated
13
+
14
+ * Updated security-framework to 2.0.
15
+
5
16
## [ v0.2.4]
6
17
7
18
### Added
76
87
77
88
Look at the [ release tags] for information about older releases.
78
89
79
- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.4...master
90
+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.5...master
91
+ [ v0.2.5 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.5
80
92
[ v0.2.4 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4
81
93
[ v0.2.3 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3
82
94
[ v0.2.2 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.2.4 "
3
+ version = " 0.2.5 "
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