Bump up version to 0.2.0

merge-requests/7/merge
T. Okubo 2018-03-10 14:17:57 +09:00
parent 5cde4f36d8
commit 8a4e4acecf
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vlc-rs"
version = "0.1.0"
version = "0.2.0"
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
description = "Rust bindings for libVLC media framework."

View File

@ -7,6 +7,13 @@ Many missing functions and wrappers.
## Use
Please add the following dependencies to your Cargo.toml.
```Toml
[dependencies]
vlc-rs = "0.2"
```
Or:
```Toml
[dependencies.vlc-rs]
git = "https://github.com/garkimasera/vlc-rs.git"