We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c082466 commit 6ad279fCopy full SHA for 6ad279f
README.md
@@ -14,7 +14,7 @@ Information on the [`async`](#async) version can be found below.
14
Add the following to your `Cargo.toml` file:
15
16
```toml
17
-rust_socketio = "0.4.2"
+rust_socketio = "*"
18
```
19
20
Then you're able to run the following example code:
@@ -98,7 +98,7 @@ The async `Client` and `ClientBuilder` support a similar interface to the sync v
98
in the `asynchronous` module. In order to enable the support, you need to enable the `async`
99
feature flag:
100
101
-rust_socketio = { version = "0.4.2", features = ["async"] }
+rust_socketio = { version = "*", features = ["async"] }
102
103
104
The following code shows the example above in async fashion:
0 commit comments