Skip to content

Commit

Permalink
chore: prepare tokio-native-tls 0.3.1
Browse files Browse the repository at this point in the history
Closes #126.

# 0.3.1 (February 4th, 2023)

### Additions
- Add Vendored Feature ([#125])
- Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> ([#74])

### Internal
- Fix warning about renamed lint ([#93])
- fix a handful of lints, one of which was breaking the build ([#65])

[#65]: #65
[#74]: #74
[#93]: #93
[#125]: #125
  • Loading branch information
Noah-Kennedy committed Feb 4, 2023
1 parent 27ec4a3 commit 98dfa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tokio-native-tls"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 98dfa05

Please sign in to comment.