Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed May 14, 2024
1 parent 01e1789 commit 6b21322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "video-rs"
description = "High-level video toolkit based on ffmpeg."
keywords = ["video", "ffmpeg", "encoding", "decoding", "muxing"]
categories = ["multimedia", "multimedia::video"]
version = "0.7.4"
version = "0.8.0"
authors = ["Oddity.ai Developers <hello@oddity.ai>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ on this (`video-rs` depends on the `ffmpeg-next` crate).
Then, add the following to your dependencies in `Cargo.toml`:

```toml
video-rs = "0.7"
video-rs = "0.8"
```

Use the `ndarray` feature to be able to use raw frames with the
[`ndarray`](https://github.com/rust-ndarray/ndarray) crate:

```toml
video-rs = { version = "0.7", features = ["ndarray"] }
video-rs = { version = "0.8", features = ["ndarray"] }
```

## 📖 Examples
Expand Down

0 comments on commit 6b21322

Please sign in to comment.