Skip to content

Commit 6224359

Browse files
committed
Update MSRV to 1.80
1 parent 5ec8462 commit 6224359

File tree

14 files changed

+16
-18
lines changed

14 files changed

+16
-18
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- stable
1919
- beta
2020
- nightly
21-
- "1.70.0"
21+
- "1.80.0"
2222
conf:
2323
- { 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 }
2424
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
@@ -104,7 +104,7 @@ jobs:
104104
- stable
105105
- beta
106106
- nightly
107-
- "1.70.0"
107+
- "1.80.0"
108108
steps:
109109
- uses: actions/checkout@v4
110110
- uses: actions-rs/toolchain@v1

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ authors = ["The gtk-rs Project Developers"]
3030
version = "0.21.0"
3131
repository = "https://github.com/gtk-rs/gtk-rs-core"
3232
license = "MIT"
33-
exclude = [
34-
"gir-files/*",
35-
]
33+
exclude = ["gir-files/*"]
3634
edition = "2021"
37-
rust-version = "1.70"
35+
rust-version = "1.80"
3836

3937
[workspace.dependencies]
4038
libc = "0.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ information about each crate, please refer to their `README.md` file in their di
88

99
## Minimum supported Rust version
1010

11-
Currently, the minimum supported Rust version is `1.70.0`.
11+
Currently, the minimum supported Rust version is `1.80.0`.
1212

1313
## Documentation
1414

cairo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cairo __1.14__ is the lowest supported version for the underlying library.
88

99
## Minimum supported Rust version
1010

11-
Currently, the minimum supported Rust version is `1.70.0`.
11+
Currently, the minimum supported Rust version is `1.80.0`.
1212

1313
## Default-on features
1414

gdk-pixbuf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GDK-PixBuf __2.36.8__ is the lowest supported version for the underlying library
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.70.0`.
9+
Currently, the minimum supported Rust version is `1.80.0`.
1010

1111
## Documentation
1212

gio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GIO __2.56__ is the lowest supported version for the underlying library.
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.70.0`.
9+
Currently, the minimum supported Rust version is `1.80.0`.
1010

1111
## Documentation
1212

glib-build-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Crate containing helpers for building GIO-based applications.
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.70.0`.
7+
Currently, the minimum supported Rust version is `1.80.0`.
88

99
## Documentation
1010

glib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crates.
1616

1717
## Minimum supported Rust version
1818

19-
Currently, the minimum supported Rust version is `1.70.0`.
19+
Currently, the minimum supported Rust version is `1.80.0`.
2020

2121
## Dynamic typing
2222

graphene/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Graphene __1.10__ is the lowest supported version for the underlying library.
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.70.0`.
9+
Currently, the minimum supported Rust version is `1.80.0`.
1010

1111
## Documentation
1212

pango/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pango __1.40__ is the lowest supported version for the underlying library.
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.70.0`.
9+
Currently, the minimum supported Rust version is `1.80.0`.
1010

1111
## Documentation
1212

pangocairo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PangoCairo __1.40__ is the lowest supported version for the underlying library.
77

88
## Minimum supported Rust version
99

10-
Currently, the minimum supported Rust version is `1.70.0`.
10+
Currently, the minimum supported Rust version is `1.80.0`.
1111

1212
## Documentation
1313

tests/two-levels-glib-dependent/glib-dependent-dependent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "crate that depends on a glib-rs dependent crate for validation of
66
keywords = ["gtk-rs-core", "integration"]
77
license = "MIT/Apache-2.0"
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.80"
1010

1111
[dependencies]
1212
# Use `gstreamer` as a simulation of an identified crate re-exporting `glib`.

tests/two-levels-glib-dependent/gstreamer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "gstreamer simulator as a glib dependent crate for validation of g
77
keywords = ["gtk-rs-core", "integration"]
88
license = "MIT/Apache-2.0"
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.80"
1111

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

tests/two-levels-glib-dependent/gtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "gtk simulator as a glib dependent crate for validation of glib re
77
keywords = ["gtk-rs-core", "integration"]
88
license = "MIT/Apache-2.0"
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.80"
1111

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

0 commit comments

Comments
 (0)