File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mp4"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [
" Alf <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " MP4 reader and writer library in Rust."
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
61
61
#### Install
62
62
Add to your ` Cargo.toml ` :
63
63
``` toml
64
- mp4 = " 0.7.0 "
64
+ mp4 = " 0.7.1 "
65
65
```
66
66
67
67
#### Documentation
Original file line number Diff line number Diff line change 62
62
//! ```
63
63
//!
64
64
//! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs
65
- //! [examples]: https://github.com/alfg/mp4-rust/examples
65
+ //! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/ examples
66
66
#![ doc( html_root_url = "https://docs.rs/mp4/*" ) ]
67
67
68
68
You can’t perform that action at this time.
0 commit comments