From 8a4e4acecf434ce076adc8f8acf2382f198b4f6a Mon Sep 17 00:00:00 2001 From: "T. Okubo" Date: Sat, 10 Mar 2018 14:17:57 +0900 Subject: [PATCH] Bump up version to 0.2.0 --- Cargo.toml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 088546b..bf3dc3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vlc-rs" -version = "0.1.0" +version = "0.2.0" authors = ["T. Okubo "] description = "Rust bindings for libVLC media framework." diff --git a/README.md b/README.md index 223e1f8..312c17a 100644 --- a/README.md +++ b/README.md @@ -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"