Skip to content

Commit

Permalink
bump release to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Dec 5, 2022
1 parent 4eb99c5 commit 4464800
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"

[features]
Expand All @@ -23,8 +23,8 @@ xkb_crate = ["xkb"]
features = ["dox"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.5.2"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.2"}
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.5.3"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
libc = "0.2"
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.5.2"
version = "0.5.3"
rust-version = "1.63"
[package.metadata.system-deps.gtk4_wayland]
name = "gtk4-wayland"
Expand Down
6 changes: 3 additions & 3 deletions gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-win32"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.5.2"
version = "0.5.3"
rust-version = "1.63"
build = "build.rs"

Expand All @@ -27,8 +27,8 @@ egl = ["khronos-egl"]
win32 = ["windows"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-win32-sys", version = "0.5.2"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.2"}
ffi = {path = "./sys", package = "gdk4-win32-sys", version = "0.5.3"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions gdk4-win32/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-win32", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-win32-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.5.2"
version = "0.5.3"
rust-version = "1.57"
[package.metadata.system-deps.gtk4_win32]
name = "gtk4-win32"
Expand Down Expand Up @@ -37,7 +37,7 @@ libc = "0.2"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.5.2"
version = "0.5.3"

[dependencies.glib]
package = "glib-sys"
Expand Down
6 changes: 3 additions & 3 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"
[features]
v4_4 = ["ffi/v4_4"]
Expand All @@ -21,8 +21,8 @@ xlib = ["x11"]
features = ["dox"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.5.2"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.2"}
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.5.3"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
libc = "0.2"
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.5.2"
version = "0.5.3"
rust-version = "1.63"
[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.5.2"
version = "0.5.3"

[dependencies.glib]
package = "glib-sys"
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"
[lib]
name = "gdk4"
Expand All @@ -27,7 +27,7 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.5.2"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.5.3"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2", features = ["v2_66"]}
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.5.2"
version = "0.5.3"
rust-version = "1.63"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down
6 changes: 3 additions & 3 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"
[lib]
name = "gsk4"
Expand All @@ -27,8 +27,8 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.5.2"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.2"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.5.3"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.3"}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
libc = "0.2"
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.5.2"
version = "0.5.3"
rust-version = "1.63"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down Expand Up @@ -47,7 +47,7 @@ branch = "0.16"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.5.2"
version = "0.5.3"

[dependencies.glib]
package = "glib-sys"
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"
[lib]
proc-macro = true
Expand All @@ -29,5 +29,5 @@ syn = {version = "1.0", default-features = false, features = ["full"]}
[dev-dependencies]
futures-channel = "0.3"
futures-util = "0.3"
gtk = { path = "../gtk4", package = "gtk4", version = "0.5.2" }
gtk = { path = "../gtk4", package = "gtk4", version = "0.5.3" }
trybuild2 = "1.0"
10 changes: 5 additions & 5 deletions 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.5.2"
version = "0.5.3"
rust-version = "1.63"
[lib]
name = "gtk4"
Expand All @@ -37,16 +37,16 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.5.2"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.5.3"}
field-offset = "0.3"
futures-channel = "0.3"
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.2"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.3"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.5.2"}
gtk4-macros = {path = "../gtk4-macros", version = "0.5.2"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.5.3"}
gtk4-macros = {path = "../gtk4-macros", version = "0.5.3"}
libc = "0.2"
once_cell = "1.0"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v1_46"]}
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.5.2"
version = "0.5.3"
rust-version = "1.63"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down Expand Up @@ -66,7 +66,7 @@ branch = "0.16"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.5.2"
version = "0.5.3"

[dependencies.gio]
package = "gio-sys"
Expand Down Expand Up @@ -95,7 +95,7 @@ branch = "0.16"
[dependencies.gsk]
package = "gsk4-sys"
path = "../../gsk4/sys"
version = "0.5.2"
version = "0.5.3"

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

0 comments on commit 4464800

Please sign in to comment.