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

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Sep 3, 2023
1 parent d33c198 commit 0013351
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion atk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "atk"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
readme = "README.md"
version = "0.18.0"
version = "0.18.1"
keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = ["gir-files/*"]
Expand Down
2 changes: 1 addition & 1 deletion atk/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ license = "MIT"
links = "atk-1.0"
name = "atk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion gdk/Cargo.toml
Original file line number Diff line number Diff line change
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.18.0"
version = "0.18.1"
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
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ license = "MIT"
links = "gdk-3"
name = "gdk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdkwayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
version = "0.18.1"
rust-version = "1.70"

[features]
Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
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.18.0"
version = "0.18.1"
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion gdkx11/Cargo.toml
Original file line number Diff line number Diff line change
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.18.0"
version = "0.18.1"
description = "Rust bindings for the GDK X11 library"
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = ["gir-files/*"]
Expand Down
2 changes: 1 addition & 1 deletion gdkx11/sys/Cargo.toml
Original file line number Diff line number Diff line change
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.18.0"
version = "0.18.1"
build = "build.rs"
edition = "2021"
rust-version = "1.70"
Expand Down
2 changes: 1 addition & 1 deletion gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "gtk"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
readme = "README.md"
version = "0.18.0"
version = "0.18.1"
keywords = ["gtk", "gtk-rs", "gnome", "GUI"]
repository = "https://github.com/gtk-rs/gtk3-rs"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion gtk/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtk-sys"
version = "0.18.0"
version = "0.18.1"
links = "gtk-3"
build = "build.rs"
authors = ["The gtk-rs Project Developers"]
Expand Down
2 changes: 1 addition & 1 deletion gtk3-macros/Cargo.toml
Original file line number Diff line number Diff line change
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.18.0"
version = "0.18.1"
authors = ["The gtk-rs Project Developers"]
edition = "2021"
keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]
Expand Down

0 comments on commit 0013351

Please sign in to comment.