Skip to content

Commit

Permalink
Bump release to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 1, 2023
1 parent 5557594 commit 9cf490a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.7.0"
version = "0.7.1"
rust-version = "1.70"

[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.7.0"
version = "0.7.1"
rust-version = "1.70"

[package.metadata.system-deps.gtk4_wayland]
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
rust-version = "1.70"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
rust-version = "1.57"

[package.metadata.system-deps.gtk4_win32]
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.7.0"
version = "0.7.1"
rust-version = "1.70"
[features]
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
rust-version = "1.70"

[package.metadata.system-deps.gtk4_x11]
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.7.0"
version = "0.7.1"
rust-version = "1.70"
[lib]
name = "gdk4"
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.7.0"
version = "0.7.1"
rust-version = "1.70"

[package.metadata.docs.rs]
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.7.0"
version = "0.7.1"
rust-version = "1.70"
[lib]
name = "gsk4"
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
rust-version = "1.70"

[package.metadata.docs.rs]
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.7.0"
version = "0.7.1"
rust-version = "1.70"
[lib]
proc-macro = true
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.7.0"
version = "0.7.1"
rust-version = "1.70"
[lib]
name = "gtk4"
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
rust-version = "1.70"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 9cf490a

Please sign in to comment.