Fix version in README

main
Laurent Pelecq 2 years ago
parent ec1b1aca51
commit 1b64550591

@ -25,13 +25,13 @@ To use the synchronous API, use:
```toml ```toml
[dependencies] [dependencies]
ssip-client = "0.3" ssip-client = "0.4"
``` ```
For the asynchronous API, use: For the asynchronous API, use:
```toml ```toml
[dependencies] [dependencies]
ssip-client = { version = "0.3", features = ["async-mio"] } ssip-client = { version = "0.4", features = ["async-mio"] }
``` ```
Example Example

Loading…
Cancel
Save