Skip to content

Commit

Permalink
docs: update version in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf24 authored and 1c3t3a committed Dec 11, 2023
1 parent c33d971 commit e253f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socketio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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.0-alpha.1", features = ["async"] }
rust_socketio = { version = "^0.4.1", features = ["async"] }
```
The following code shows the example above in async fashion:
Expand Down

0 comments on commit e253f9e

Please sign in to comment.