Skip to content

Commit

Permalink
Update MSRV to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira authored and bilelmoussaoui committed Oct 18, 2024
1 parent b7f4575 commit adf5b72
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- stable
- beta
- nightly
- "1.70"
- "1.80"
conf:
- {
name: "gtk4",
Expand Down Expand Up @@ -118,8 +118,8 @@ jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2

regen_check:
name: regen checker
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ edition = "2021"
homepage = "https://gtk-rs.org/gtk4-rs"
license = "MIT"
repository = "https://github.com/gtk-rs/gtk4-rs"
rust-version = "1.70"
rust-version = "1.80"
version = "0.10.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more information about each crate, please refer to their `README.md` file in

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdk4-wayland/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GDK Wayland contains functions specific to the Wayland backend.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdk4-win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GDK Win32 contains functions specific to the Win32 backend.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GDK X11 contains functions specific to the X11 backend.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdk4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ of [gtk4-rs](https://github.com/gtk-rs/gtk4-rs/).

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gsk4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vulkan implementation.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gtk4-macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Macro helpers for GTK 4 bindings, part of [gtk4-rs](https://github.com/gtk-rs/gt

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gtk4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See also:

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70`.
Currently, the minimum supported Rust version is `1.80`.

## "Hello, World!" example program

Expand Down

0 comments on commit adf5b72

Please sign in to comment.