Skip to content

Commit

Permalink
Bump release to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jun 4, 2022
1 parent ac6d377 commit 0f4968a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 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.4.7"
version = "0.4.8"
rust-version = "1.56"

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

[dependencies]
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.4.2"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.2"}
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.4.8"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.8"}
gio = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
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.4.7"
version = "0.4.8"
rust-version = "1.56"
[package.metadata.system-deps.gtk4_wayland]
name = "gtk4-wayland"
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.4.7"
version = "0.4.8"
rust-version = "1.56"

[features]
Expand All @@ -22,8 +22,8 @@ xlib = ["x11"]
features = ["dox"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.4.2"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.2"}
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.4.8"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.8"}
gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
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.4.7"
version = "0.4.8"
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.2"
version = "0.4.8"

[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.4.7"
version = "0.4.8"
rust-version = "1.56"

[lib]
Expand All @@ -28,7 +28,7 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.2"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.8"}
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gio = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {version = "0.15.3", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
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.7"
version = "0.4.8"
rust-version = "1.56"
[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.4.7"
version = "0.4.8"
rust-version = "1.56"

[lib]
Expand All @@ -28,8 +28,8 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
ffi = {package = "gsk4-sys", path = "./sys", version = "0.4.2"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.4.8"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.8"}
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
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.4.7"
version = "0.4.8"
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.2"
version = "0.4.8"

[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.4.7"
version = "0.4.8"
rust-version = "1.56"

[lib]
Expand All @@ -27,5 +27,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.4.2" }
gtk = { path = "../gtk4", package = "gtk4", version = "0.4.8" }
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.4.7"
version = "0.4.8"
rust-version = "1.56"

[lib]
Expand All @@ -29,16 +29,16 @@ features = ["dox"]
[dependencies]
bitflags = "1.0"
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
ffi = {package = "gtk4-sys", path = "./sys", version = "0.4.2"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.4.8"}
field-offset = "0.3"
futures-channel = "0.3"
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.8"}
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {features = ["v2_66"], version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.2"}
gtk4-macros = {path = "../gtk4-macros", version = "0.4.2"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.8"}
gtk4-macros = {path = "../gtk4-macros", version = "0.4.8"}
libc = "0.2"
once_cell = "1.0"
pango = {features = ["v1_46"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
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.7"
version = "0.4.8"
rust-version = "1.56"
[package.metadata.docs.rs]
features = ["dox"]
Expand Down Expand Up @@ -58,7 +58,7 @@ branch = "0.15"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.4.2"
version = "0.4.8"

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

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

0 comments on commit 0f4968a

Please sign in to comment.