From adf5b72272b6cb45578463cd1561ffe7836822b0 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Sat, 5 Oct 2024 19:16:18 +0200 Subject: [PATCH] Update MSRV to 1.80 --- .github/workflows/CI.yml | 6 +++--- Cargo.toml | 2 +- README.md | 2 +- gdk4-wayland/README.md | 2 +- gdk4-win32/README.md | 2 +- gdk4-x11/README.md | 2 +- gdk4/README.md | 2 +- gsk4/README.md | 2 +- gtk4-macros/README.md | 2 +- gtk4/README.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2d190899c0f1..1bc4c2b346cd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: - stable - beta - nightly - - "1.70" + - "1.80" conf: - { name: "gtk4", @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f0d60354ff78..0d0003463025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 3dc211f0acd8..5ffe632f9de5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gdk4-wayland/README.md b/gdk4-wayland/README.md index c7950a5a9738..66887f016f34 100644 --- a/gdk4-wayland/README.md +++ b/gdk4-wayland/README.md @@ -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 diff --git a/gdk4-win32/README.md b/gdk4-win32/README.md index 4d0bf4488388..bc33aaca6383 100644 --- a/gdk4-win32/README.md +++ b/gdk4-win32/README.md @@ -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 diff --git a/gdk4-x11/README.md b/gdk4-x11/README.md index 1611d7d99bba..763e17ed6638 100644 --- a/gdk4-x11/README.md +++ b/gdk4-x11/README.md @@ -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 diff --git a/gdk4/README.md b/gdk4/README.md index e57f8856712e..6e0e9b1bc441 100644 --- a/gdk4/README.md +++ b/gdk4/README.md @@ -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 diff --git a/gsk4/README.md b/gsk4/README.md index b29cea1fc617..b94cda79cca1 100644 --- a/gsk4/README.md +++ b/gsk4/README.md @@ -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 diff --git a/gtk4-macros/README.md b/gtk4-macros/README.md index e876691d6ad9..064590b463c1 100644 --- a/gtk4-macros/README.md +++ b/gtk4-macros/README.md @@ -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 diff --git a/gtk4/README.md b/gtk4/README.md index 42560aa9291e..d87435ab8e09 100644 --- a/gtk4/README.md +++ b/gtk4/README.md @@ -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