Skip to content

Commit 00f3785

Browse files
Bump MRSV
1 parent 109c573 commit 00f3785

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- stable
4040
- beta
4141
- nightly
42-
- "1.63.0"
42+
- "1.64.0"
4343
conf:
4444
- { name: "gtk4", features: "v4_10,xml_validation", test_sys: false }
4545
- { name: "gsk4", features: "v4_6,broadway", test_sys: true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information about each crate, please refer to their `README.md` file in
2323

2424
## Minimum supported Rust version
2525

26-
Currently, the minimum supported Rust version is `1.63.0`.
26+
Currently, the minimum supported Rust version is `1.64.0`.
2727

2828
## Documentation
2929

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "gdk4-wayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
1212
version = "0.6.0"
13-
rust-version = "1.63"
13+
rust-version = "1.64"
1414

1515
[features]
1616
v4_4 = ["ffi/v4_4"]

gdk4-wayland/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GDK Wayland contains functions specific to the Wayland backend.
1010

1111
## Minimum supported Rust version
1212

13-
Currently, the minimum supported Rust version is `1.63.0`.
13+
Currently, the minimum supported Rust version is `1.64.0`.
1414

1515
## Documentation
1616

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "gdk4-wayland-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
1212
version = "0.6.0"
13-
rust-version = "1.63"
13+
rust-version = "1.64"
1414
[package.metadata.system-deps.gtk4_wayland]
1515
name = "gtk4-wayland"
1616
version = "4.0.0"

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "gdk4-win32"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
1212
version = "0.6.0"
13-
rust-version = "1.63"
13+
rust-version = "1.64"
1414
build = "build.rs"
1515

1616
[package.metadata.docs.rs]

gdk4-win32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GDK Win32 contains functions specific to the Win32 backend.
1010

1111
## Minimum supported Rust version
1212

13-
Currently, the minimum supported Rust version is `1.63.0`.
13+
Currently, the minimum supported Rust version is `1.64.0`.
1414

1515
## Documentation
1616

gdk4-x11/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "gdk4-x11"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
1212
version = "0.6.0"
13-
rust-version = "1.63"
13+
rust-version = "1.64"
1414
[features]
1515
v4_4 = ["ffi/v4_4"]
1616
dox = ["ffi/dox", "gdk/dox", "gio/dox", "glib/dox", "egl", "xlib"]

gdk4-x11/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GDK X11 contains functions specific to the X11 backend.
1010

1111
## Minimum supported Rust version
1212

13-
Currently, the minimum supported Rust version is `1.63.0`.
13+
Currently, the minimum supported Rust version is `1.64.0`.
1414

1515
## Documentation
1616

gdk4-x11/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "gdk4-x11-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
1212
version = "0.6.0"
13-
rust-version = "1.63"
13+
rust-version = "1.64"
1414
[package.metadata.system-deps.gtk4_x11]
1515
name = "gtk4-x11"
1616
version = "4.0.0"

0 commit comments

Comments
 (0)