Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jan 24, 2022
1 parent 3cce609 commit 7569aff
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-wayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[features]
Expand Down
2 changes: 1 addition & 1 deletion gdk4-wayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-wayland-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"
[package.metadata.system-deps.gtk4_wayland]
name = "gtk4-wayland"
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-x11"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[features]
Expand Down
4 changes: 2 additions & 2 deletions gdk4-x11/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-x11-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"
[package.metadata.system-deps.gtk4_x11]
name = "gtk4-x11"
Expand All @@ -33,7 +33,7 @@ libc = "0.2"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.4.4"
version = "0.4.2"

[dependencies.glib]
package = "glib-sys"
Expand Down
2 changes: 1 addition & 1 deletion gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion gdk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down
2 changes: 1 addition & 1 deletion gsk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gsk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions gsk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gsk4-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down Expand Up @@ -47,7 +47,7 @@ branch = "0.15"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.4.4"
version = "0.4.2"

[dependencies.glib]
package = "glib-sys"
Expand Down
2 changes: 1 addition & 1 deletion gtk4-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gtk4-macros"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "gtk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions gtk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
links = "gtk-4"
name = "gtk4-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.4"
version = "0.4.5"
rust-version = "1.56"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down Expand Up @@ -54,7 +54,7 @@ branch = "0.15"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.4.4"
version = "0.4.2"

[dependencies.gio]
package = "gio-sys"
Expand Down Expand Up @@ -83,7 +83,7 @@ branch = "0.15"
[dependencies.gsk]
package = "gsk4-sys"
path = "../../gsk4/sys"
version = "0.4.4"
version = "0.4.2"

[dependencies.pango]
package = "pango-sys"
Expand Down

0 comments on commit 7569aff

Please sign in to comment.