Skip to content

Commit 6ad279f

Browse files
committed
docs: Don't specify version in README
1 parent c082466 commit 6ad279f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Information on the [`async`](#async) version can be found below.
1414
Add the following to your `Cargo.toml` file:
1515

1616
```toml
17-
rust_socketio = "0.4.2"
17+
rust_socketio = "*"
1818
```
1919

2020
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
9898
in the `asynchronous` module. In order to enable the support, you need to enable the `async`
9999
feature flag:
100100
```toml
101-
rust_socketio = { version = "0.4.2", features = ["async"] }
101+
rust_socketio = { version = "*", features = ["async"] }
102102
```
103103

104104
The following code shows the example above in async fashion:

0 commit comments

Comments
 (0)