From 85700f50004da75dafcbf2c667e9e10cc7aa75c1 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 30 Sep 2018 17:49:11 -0500 Subject: [PATCH] bump --- Cargo.lock | 6 +++--- imlib2/Cargo.toml | 2 +- xlib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6746c5..7a3b655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ version = "0.1.0" dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "imlib2-sys 0.1.0", - "leanshot_xlib 0.1.0", + "leanshot_xlib 0.1.1", ] [[package]] @@ -373,7 +373,7 @@ dependencies = [ "gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "imlib2 0.1.0", - "leanshot_xlib 0.1.0", + "leanshot_xlib 0.1.1", "nanovg 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "leanshot_xlib" -version = "0.1.0" +version = "0.1.1" dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/imlib2/Cargo.toml b/imlib2/Cargo.toml index 3db9886..0667f80 100644 --- a/imlib2/Cargo.toml +++ b/imlib2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imlib2" -version = "0.1.0" +version = "0.1.1" description = "imlib2 bindings" license-file = "../LICENSE" authors = ["Michael Zhang "] diff --git a/xlib/Cargo.toml b/xlib/Cargo.toml index 9f121c8..fb79b13 100644 --- a/xlib/Cargo.toml +++ b/xlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leanshot_xlib" -version = "0.1.0" +version = "0.1.1" description = "xlib bindings" license-file = "../LICENSE" authors = ["Michael Zhang "]