Skip to content

Commit 50dfe06

Browse files
committed
fixup! gio: Rework glib::ExitCode for gio::Application
1 parent 2cb2b35 commit 50dfe06

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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.80.0`.
11+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
11+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
9+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
9+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
7+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
19+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
9+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
9+
Currently, the minimum supported Rust version is `1.83.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.80.0`.
10+
Currently, the minimum supported Rust version is `1.83.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.80"
9+
rust-version = "1.83"
1010

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

0 commit comments

Comments
 (0)