Skip to content

Commit

Permalink
Update libnotify-sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Sep 1, 2017
1 parent 843fb0c commit d830a33
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions libnotify-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[build-dependencies]
pkg-config = ">=0.3.7"

[dependencies]
bitflags = "^0.9.0"
libc = "^0.2.0"

[dependencies.gdk-pixbuf-sys]
version = "^0.3.4"

[dependencies.glib-sys]
version = "^0.3.4"

[dependencies.gobject-sys]
version = "^0.3.4"

[lib]
name = "libnotify_sys"

[package]
authors = ["Mika Attila <[email protected]>", "Julian Ospald <[email protected]>"]
authors = [
"Mika Attila <[email protected]>",
"Julian Ospald <[email protected]>",
]
build = "build.rs"
description = "FFI bindings to libnotify"
keywords = ["libnotify", "notification"]
keywords = [
"libnotify",
"notification",
]
license = "MIT"
links = "libnotify"
name = "libnotify-sys"
readme = "README.md"
repository = "https://github.com/hasufell/rust-libnotify"
version = "1.0.0"
version = "1.0.1"

[build-dependencies]
pkg-config = ">=0.3.9"

[dependencies]
bitflags = "^0.9.1"
gdk-pixbuf-sys = "^0.4.0"
glib-sys = "^0.4.0"
gobject-sys = "^0.4.0"
libc = "^0.2.30"

[lib]
name = "libnotify_sys"

0 comments on commit d830a33

Please sign in to comment.