From 3ef24298dca5490544c6786be32a17a2538a53f1 Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:27:09 +0200 Subject: [PATCH 1/2] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9bd161..7d9fb0d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ are dealing with. This won't work: ```bash -cargo add libp2p-community-tor@0.1.0-alpha +cargo add libp2p-community-tor@0.3.0-alpha ``` You have to choose a TLS provider **and** a runtime. @@ -39,8 +39,8 @@ The runtimes are: | | **rustls** | **native-tls** | |---------------|------------------------------------------------------------------|----------------------------------------------------------------------| -| **tokio** | `cargo add libp2p-community-tor@0.1.0-alpha -F tokio,rustls` | `cargo add libp2p-community-tor@0.1.0-alpha -F tokio,native-tls` | -| **async-std** | `cargo add libp2p-community-tor@0.1.0-alpha -F async-std,rustls` | `cargo add libp2p-community-tor@0.1.0-alpha -F async-std,native-tls` | +| **tokio** | `cargo add libp2p-community-tor@0.3.0-alpha -F tokio,rustls` | `cargo add libp2p-community-tor@0.3.0-alpha -F tokio,native-tls` | +| **async-std** | `cargo add libp2p-community-tor@0.3.0-alpha -F async-std,rustls` | `cargo add libp2p-community-tor@0.3.0-alpha -F async-std,native-tls` | ### Example ```rust From a69b0b92a6cdd7d2d918bce419c506868648f0dc Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:27:56 +0200 Subject: [PATCH 2/2] Change CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd4364..55d83db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.3.0-alpha [`unreleased`] +# 0.3.0-alpha - Updated dependencies: See [PR 6]. - [`arti-client` to `v0.8`]