Skip to content

Commit 5509de6

Browse files
committed
Update versions to 0.18.0
1 parent 66c0f66 commit 5509de6

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["cairo", "gtk-rs", "gnome", "GUI"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/cairo/"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
description = "Rust bindings for the Cairo library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
edition = "2021"

cairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "MIT"
44
authors = ["The gtk-rs Project Developers"]
55
homepage = "https://gtk-rs.org/"
66
description = "FFI bindings to libcairo"
7-
version = "0.17.0"
7+
version = "0.18.0"
88
keywords = ["cairo", "ffi", "gtk-rs", "gnome"]
99
repository = "https://github.com/gtk-rs/gtk-rs-core"
1010
build = "build.rs"

gdk-pixbuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["gdk-pixbuf", "gtk-rs", "gnome"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gdk_pixbuf/"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
description = "Rust bindings for the GdkPixbuf library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
exclude = [

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ keywords = ["gdk-pixbuf", "ffi", "gtk-rs", "gnome"]
3737
license = "MIT"
3838
name = "gdk-pixbuf-sys"
3939
repository = "https://github.com/gtk-rs/gtk-rs-core"
40-
version = "0.17.0"
40+
version = "0.18.0"
4141
edition = "2021"
4242
rust-version = "1.64"
4343

gio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["glib", "gio", "gtk-rs", "gnome"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
description = "Rust bindings for the Gio library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
exclude = [

gio/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ keywords = ["gio", "ffi", "gtk-rs", "gnome"]
4545
license = "MIT"
4646
name = "gio-sys"
4747
repository = "https://github.com/gtk-rs/gtk-rs-core"
48-
version = "0.17.0"
48+
version = "0.18.0"
4949
edition = "2021"
5050
rust-version = "1.64"
5151

glib-build-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["glib", "gio", "gtk-rs", "gnome", "build-dependencies"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_build_tools"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
description = "Rust bindings for the Gio library, build script utils crate"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
edition = "2021"

glib-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/"
44
homepage = "https://gtk-rs.org/"
55
authors = ["The gtk-rs Project Developers"]
66
description = "Rust bindings for the GLib library, proc macros crate"
7-
version = "0.17.0"
7+
version = "0.18.0"
88
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
99
repository = "https://github.com/gtk-rs/gtk-rs-core"
1010
license = "MIT"

glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://gtk-rs.org/"
55
authors = ["The gtk-rs Project Developers"]
66
description = "Rust bindings for the GLib library"
77
readme = "README.md"
8-
version = "0.17.0"
8+
version = "0.18.0"
99
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
1010
repository = "https://github.com/gtk-rs/gtk-rs-core"
1111
license = "MIT"

glib/gobject-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["gobject", "ffi", "gtk-rs", "gnome"]
3535
license = "MIT"
3636
name = "gobject-sys"
3737
repository = "https://github.com/gtk-rs/gtk-rs-core"
38-
version = "0.17.0"
38+
version = "0.18.0"
3939
edition = "2021"
4040
rust-version = "1.64"
4141

0 commit comments

Comments
 (0)