Skip to content

Commit adf5b72

Browse files
felinirabilelmoussaoui
authored andcommitted
Update MSRV to 1.80
1 parent b7f4575 commit adf5b72

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- stable
4040
- beta
4141
- nightly
42-
- "1.70"
42+
- "1.80"
4343
conf:
4444
- {
4545
name: "gtk4",
@@ -118,8 +118,8 @@ jobs:
118118
cargo-deny:
119119
runs-on: ubuntu-latest
120120
steps:
121-
- uses: actions/checkout@v4
122-
- uses: EmbarkStudios/cargo-deny-action@v2
121+
- uses: actions/checkout@v4
122+
- uses: EmbarkStudios/cargo-deny-action@v2
123123

124124
regen_check:
125125
name: regen checker

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ edition = "2021"
3939
homepage = "https://gtk-rs.org/gtk4-rs"
4040
license = "MIT"
4141
repository = "https://github.com/gtk-rs/gtk4-rs"
42-
rust-version = "1.70"
42+
rust-version = "1.80"
4343
version = "0.10.0"
4444

4545
[workspace.dependencies]

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.70`.
26+
Currently, the minimum supported Rust version is `1.80`.
2727

2828
## Documentation
2929

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.70`.
13+
Currently, the minimum supported Rust version is `1.80`.
1414

1515
## Documentation
1616

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.70`.
13+
Currently, the minimum supported Rust version is `1.80`.
1414

1515
## Documentation
1616

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.70`.
13+
Currently, the minimum supported Rust version is `1.80`.
1414

1515
## Documentation
1616

gdk4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of [gtk4-rs](https://github.com/gtk-rs/gtk4-rs/).
77

88
## Minimum supported Rust version
99

10-
Currently, the minimum supported Rust version is `1.70`.
10+
Currently, the minimum supported Rust version is `1.80`.
1111

1212
## Documentation
1313

gsk4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vulkan implementation.
1010

1111
## Minimum supported Rust version
1212

13-
Currently, the minimum supported Rust version is `1.70`.
13+
Currently, the minimum supported Rust version is `1.80`.
1414

1515
## Documentation
1616

gtk4-macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Macro helpers for GTK 4 bindings, part of [gtk4-rs](https://github.com/gtk-rs/gt
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.70`.
9+
Currently, the minimum supported Rust version is `1.80`.
1010

1111
## Documentation
1212

gtk4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See also:
2323

2424
## Minimum supported Rust version
2525

26-
Currently, the minimum supported Rust version is `1.70`.
26+
Currently, the minimum supported Rust version is `1.80`.
2727

2828
## "Hello, World!" example program
2929

0 commit comments

Comments
 (0)