forked from michael/leanshot
bump
This commit is contained in:
parent
38c1fd25ed
commit
85700f5000
3 changed files with 5 additions and 5 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imlib2"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "imlib2 bindings"
|
||||
license-file = "../LICENSE"
|
||||
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
||||
|
|
|
@ -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 <failed.down@gmail.com>"]
|
||||
|
|
Loading…
Reference in a new issue