From 70c717ba62411fc0ceda932ff7f637835dad2dc2 Mon Sep 17 00:00:00 2001 From: "T. Okubo" Date: Sun, 15 Dec 2019 14:26:06 +0900 Subject: [PATCH] libvlc-sys 0.2 --- Cargo.toml | 2 +- libvlc-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b97a98a..5be309b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["rlib"] [dependencies] libc = "0.2" -libvlc-sys = "0.1" +libvlc-sys = "0.2" [features] default = [] diff --git a/libvlc-sys/Cargo.toml b/libvlc-sys/Cargo.toml index f8843ee..06bb3b7 100644 --- a/libvlc-sys/Cargo.toml +++ b/libvlc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libvlc-sys" -version = "0.1.0" +version = "0.2.0" authors = ["T. Okubo "] description = "libVLC C API"