mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-01-03 11:48:41 +00:00
Merge pull request #10 from vagetman/patch-1
Version update in README to match the current
This commit is contained in:
commit
ca9c41d823
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ To use this library, add the following dependency to `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
m3u8-rs = "1.0.2"
|
m3u8-rs = "1.0.6"
|
||||||
```
|
```
|
||||||
|
|
||||||
And add the crate to `lib.rs`
|
And add the crate to `lib.rs`
|
||||||
|
|
Loading…
Reference in a new issue