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

Commit

Permalink
Update versions to 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Apr 26, 2022
1 parent 7bc2398 commit 51df5c2
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion atk/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ name = "atk"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
readme = "README.md"
version = "0.15.4"
version = "0.15.5"
keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion atk/sys/Cargo.toml
Expand Up @@ -40,7 +40,7 @@ license = "MIT"
links = "atk-1.0"
name = "atk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15.4"
version = "0.15.5"
edition = "2021"
rust-version = "1.56"
[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion gdk/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"]
readme = "README.md"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/"
version = "0.15.4"
version = "0.15.5"
description = "Rust bindings for the GDK 3 library"
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion gdk/sys/Cargo.toml
Expand Up @@ -64,7 +64,7 @@ license = "MIT"
links = "gdk-3"
name = "gdk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15.4"
version = "0.15.5"
edition = "2021"
rust-version = "1.56"
[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdkwayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15.4"
version = "0.15.5"
rust-version = "1.56"

[features]
Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/sys/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ keywords = ["gdk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdkwayland-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15.4"
version = "0.15.5"
edition = "2021"
rust-version = "1.56"

Expand Down
2 changes: 1 addition & 1 deletion gdkx11/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
keywords = ["gdkx11", "gdk", "gtk-rs", "gnome", "GUI"]
readme = "README.md"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkx11/"
version = "0.15.4"
version = "0.15.5"
description = "Rust bindings for the GDK X11 library"
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion gdkx11/sys/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ keywords = ["gdkx11", "ffi", "gtk-rs", "gnome"]
license = "MIT"
repository = "https://github.com/gtk-rs/gtk3-rs"
name = "gdkx11-sys"
version = "0.15.4"
version = "0.15.5"
build = "build.rs"
edition = "2021"
rust-version = "1.56"
Expand Down
2 changes: 1 addition & 1 deletion gir-files
4 changes: 2 additions & 2 deletions gtk/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ name = "gtk"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
readme = "README.md"
version = "0.15.4"
version = "0.15.5"
keywords = ["gtk", "gtk-rs", "gnome", "GUI"]
repository = "https://github.com/gtk-rs/gtk3-rs"
build = "build.rs"
Expand Down Expand Up @@ -54,7 +54,7 @@ ffi = {package = "gtk-sys", path = "sys", version = "0.15.1"}
gtk3-macros = {path = "../gtk3-macros", version = "0.15.1"}
cairo-rs = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gio = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
glib = { version = "0.15.4", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
glib = { version = "0.15.5", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gdk = {path = "../gdk", version = "0.15.1"}
gdk-pixbuf = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
pango = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
Expand Down
2 changes: 1 addition & 1 deletion gtk/sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gtk-sys"
version = "0.15.4"
version = "0.15.5"
links = "gtk-3"
build = "build.rs"
authors = ["The gtk-rs Project Developers"]
Expand Down
2 changes: 1 addition & 1 deletion gtk3-macros/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
description = "Rust bindings for the GTK 3 library"
homepage = "https://gtk-rs.org/"
name = "gtk3-macros"
version = "0.15.4"
version = "0.15.5"
authors = ["The gtk-rs Project Developers"]
edition = "2021"
keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]
Expand Down

0 comments on commit 51df5c2

Please sign in to comment.