From 9fcd0df918c38db84f8eac8c0703e03f7bfbcdfc Mon Sep 17 00:00:00 2001 From: MGlolenstine Date: Fri, 5 Feb 2021 14:50:08 +0100 Subject: [PATCH] Updated the versions in README example I've changed the rustbreak versions in the examples for different encoders. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaeb6c3..491048e 100644 --- a/README.md +++ b/README.md @@ -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"] ```