Skip to content

Commit

Permalink
docs: Don't specify version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Mar 31, 2024
1 parent c082466 commit 6ad279f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Information on the [`async`](#async) version can be found below.
Add the following to your `Cargo.toml` file:

```toml
rust_socketio = "0.4.2"
rust_socketio = "*"
```

Then you're able to run the following example code:
Expand Down Expand Up @@ -98,7 +98,7 @@ The async `Client` and `ClientBuilder` support a similar interface to the sync v
in the `asynchronous` module. In order to enable the support, you need to enable the `async`
feature flag:
```toml
rust_socketio = { version = "0.4.2", features = ["async"] }
rust_socketio = { version = "*", features = ["async"] }
```

The following code shows the example above in async fashion:
Expand Down

0 comments on commit 6ad279f

Please sign in to comment.