Updated the versions in README example

I've changed the rustbreak versions in the examples for different encoders.
This commit is contained in:
MGlolenstine
2021-02-05 14:50:08 +01:00
committed by GitHub
parent c208619c5c
commit 9fcd0df918
+3 -3
View File
@@ -109,7 +109,7 @@ If you would like to use yaml you need to specify `yaml_enc` as a feature:
```toml
[dependencies.rustbreak]
version = "1"
version = "2"
features = ["yaml_enc"]
```
@@ -122,7 +122,7 @@ specify `ron_enc` as a feature:
```toml
[dependencies.rustbreak]
version = "1"
version = "2"
features = ["ron_enc"]
```
@@ -134,7 +134,7 @@ If you would like to use bincode you need to specify `bin_enc` as a feature:
```toml
[dependencies.rustbreak]
version = "1"
version = "2"
features = ["bin_enc"]
```