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 committed Oct 5, 2024
1 parent 5ec8462 commit 6224359
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 18 deletions.
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.80.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.80.0"
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ authors = ["The gtk-rs Project Developers"]
version = "0.21.0"
repository = "https://github.com/gtk-rs/gtk-rs-core"
license = "MIT"
exclude = [
"gir-files/*",
]
exclude = ["gir-files/*"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.80"

[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.80.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.80.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.80.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.80.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.80.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.80.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.80.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.80.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.80.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.80"

[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.80"

[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.80"

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

0 comments on commit 6224359

Please sign in to comment.