Merge pull request #93 from MGlolenstine/patch-1

Updated the versions in README example
This commit is contained in:
Marcel Müller 2021-03-22 09:08:42 +00:00 committed by GitHub
commit 706b22f4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,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"]
```
@ -131,7 +131,7 @@ specify `ron_enc` as a feature:
```toml
[dependencies.rustbreak]
version = "1"
version = "2"
features = ["ron_enc"]
```
@ -143,7 +143,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"]
```