Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
pangocairo: Merge pull request #6 from gtk-rs/master-release-update
Browse files Browse the repository at this point in the history
[release] merging master-release-update into master
  • Loading branch information
GuillaumeGomez committed Nov 26, 2017
2 parents 18d99dc + eccd097 commit 22c4289
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = "http://gtk-rs.org/"
authors = ["The Gtk-rs Project Developers"]
keywords = ["pango", "cairo", "gtk-rs", "gnome"]
readme = "README.md"
version = "0.3.2"
version = "0.4.0"
description = "Rust bindings for the PangoCairo library"
repository = "https://github.com/gtk-rs/pangocairo"
license = "MIT"
Expand All @@ -26,33 +26,33 @@ libc = "0.2"
bitflags = "0.9"

[dependencies.pango-sys]
version = "0.4.0"
version = "0.5.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.glib]
version = "0.3.0"
version = "0.4.0"
git = "https://github.com/gtk-rs/glib"

[dependencies.glib-sys]
version = "0.4.0"
version = "0.5.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.gobject-sys]
version = "0.4.0"
version = "0.5.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.cairo-sys-rs]
version = "0.4.0"
version = "0.5.0"
git = "https://github.com/gtk-rs/cairo"

[dependencies.pangocairo-sys]
version = "0.5.0"
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.pango]
version = "0.2.0"
version = "0.3.0"
git = "https://github.com/gtk-rs/pango"

[dependencies.cairo-rs]
version = "0.2.0"
git = "https://github.com/gtk-rs/cairo"
version = "0.3.0"
git = "https://github.com/gtk-rs/cairo"

0 comments on commit 22c4289

Please sign in to comment.