Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MSRV to 1.74 #1439

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stable
- beta
- nightly
- "1.70.0"
- "1.74.0"
conf:
- { name: "cairo", features: "png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface", nightly: "--features 'png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface'", test_sys: true }
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- stable
- beta
- nightly
- "1.70.0"
- "1.74.0"
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exclude = [
"gir-files/*",
]
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"

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

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion cairo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cairo __1.14__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Default-on features

Expand Down
2 changes: 1 addition & 1 deletion gdk-pixbuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GDK-PixBuf __2.36.8__ is the lowest supported version for the underlying library

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GIO __2.56__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion glib-build-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Crate containing helpers for building GIO-based applications.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crates.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Dynamic typing

Expand Down
2 changes: 1 addition & 1 deletion graphene/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Graphene __1.10__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion pango/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pango __1.40__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion pangocairo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PangoCairo __1.40__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.70.0`.
Currently, the minimum supported Rust version is `1.74.0`.

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "crate that depends on a glib-rs dependent crate for validation of
keywords = ["gtk-rs-core", "integration"]
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"

[dependencies]
# Use `gstreamer` as a simulation of an identified crate re-exporting `glib`.
Expand Down
2 changes: 1 addition & 1 deletion tests/two-levels-glib-dependent/gstreamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "gstreamer simulator as a glib dependent crate for validation of g
keywords = ["gtk-rs-core", "integration"]
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"

[dependencies]
glib = { path = "../../../glib" }
2 changes: 1 addition & 1 deletion tests/two-levels-glib-dependent/gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "gtk simulator as a glib dependent crate for validation of glib re
keywords = ["gtk-rs-core", "integration"]
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"

[dependencies]
glib = { path = "../../../glib" }
Loading