Skip to content

Commit

Permalink
v0.2.0 — Switch to rustls
Browse files Browse the repository at this point in the history
- `confab` is now built using [`rustls`](https://github.com/rustls/rustls) instead of [`native-tls`](https://github.com/sfackler/rust-native-tls) by default; `native-tls` can still be used via feature flags
  • Loading branch information
jwodder committed Jun 3, 2023
1 parent 1e15d76 commit a7873df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2023-06-03)
-------------------
- `confab` is now built using [`rustls`](https://github.com/rustls/rustls)
instead of [`native-tls`](https://github.com/sfackler/rust-native-tls) by
default; `native-tls` can still be used via feature flags
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "confab"
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"
rust-version = "1.65"
description = "Asynchronous line-oriented interactive TCP client"
Expand Down

0 comments on commit a7873df

Please sign in to comment.