From e982070d59465d4a696eb91f8ddf2a792479389c Mon Sep 17 00:00:00 2001 From: Vadim Getmanshchuk Date: Wed, 26 Feb 2020 12:17:45 -0800 Subject: [PATCH] Version update in README to match the current The current is 1.0.6. It should match one with the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb22fc..172ec27 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To use this library, add the following dependency to `Cargo.toml`: ```toml [dependencies] -m3u8-rs = "1.0.2" +m3u8-rs = "1.0.6" ``` And add the crate to `lib.rs`