Skip to content

Commit 2497aa4

Browse files
Bump MSRV to 1.70, similar to gtk-rs-core
1 parent 1e1e4bb commit 2497aa4

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.65.0"
42+
- "1.70"
4343
conf:
4444
- { name: "gtk4", features: "v4_12,xml_validation,blueprint", test_sys: false }
4545
- { name: "gsk4", features: "v4_10,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.65.0`.
26+
Currently, the minimum supported Rust version is `1.70`.
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.7.0"
13-
rust-version = "1.64"
13+
rust-version = "1.70"
1414

1515
[features]
1616
v4_4 = ["ffi/v4_4", "gdk/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.65.0`.
13+
Currently, the minimum supported Rust version is `1.70`.
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.7.0"
13-
rust-version = "1.64"
13+
rust-version = "1.70"
1414

1515
[package.metadata.system-deps.gtk4_wayland]
1616
name = "gtk4-wayland"

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.7.0"
13-
rust-version = "1.64"
13+
rust-version = "1.70"
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.65.0`.
13+
Currently, the minimum supported Rust version is `1.70`.
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.7.0"
13-
rust-version = "1.64"
13+
rust-version = "1.70"
1414
[features]
1515
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
1616
v4_10 = ["ffi/v4_10", "v4_4", "gdk/v4_10"]

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.65.0`.
13+
Currently, the minimum supported Rust version is `1.70`.
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.7.0"
13-
rust-version = "1.64"
13+
rust-version = "1.70"
1414

1515
[package.metadata.system-deps.gtk4_x11]
1616
name = "gtk4-x11"

0 commit comments

Comments
 (0)