Skip to content

Commit

Permalink
Merge pull request #9 from umgefahren/prepare-0.3.0-alpha
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
umgefahren committed Mar 30, 2023
2 parents da1c03f + a69b0b9 commit f72d082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.3.0-alpha [`unreleased`]
# 0.3.0-alpha

- Updated dependencies: See [PR 6].
- [`arti-client` to `v0.8`]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit f72d082

Please sign in to comment.