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`] 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