Merge pull request #93 from MGlolenstine/patch-1
Updated the versions in README example
This commit is contained in:
commit
706b22f4b8
1 changed files with 3 additions and 3 deletions
|
|
@ -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"]
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue