Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit e6c8ede

Browse files
committed
Update minimum supported Rust version to 1.57
1 parent 5f5b58f commit e6c8ede

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
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.56.0"
21+
- "1.57.0"
2222
conf:
2323
- { name: "atk", features: "v2_34", test_sys: false } # disable for now, until we get 2.38 on the docker image
2424
- { name: "gdk", features: "v3_24", test_sys: true }
@@ -98,7 +98,7 @@ jobs:
9898
- stable
9999
- beta
100100
- nightly
101-
- "1.56.0"
101+
- "1.57.0"
102102
steps:
103103
- uses: actions/checkout@v2
104104
- uses: actions-rs/toolchain@v1

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.56.0`.
11+
Currently, the minimum supported Rust version is `1.57.0`.
1212

1313
## Documentation
1414

atk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414
"gir-files/*",
1515
]
1616
edition = "2021"
17-
rust-version = "1.56"
17+
rust-version = "1.57"
1818

1919
[lib]
2020
name = "atk"

atk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ATK __2.18__ is the lowest supported version for the underlying library.
99

1010
## Minimum supported Rust version
1111

12-
Currently, the minimum supported Rust version is `1.56.0`.
12+
Currently, the minimum supported Rust version is `1.57.0`.
1313

1414
## Documentation
1515

atk/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ name = "atk-sys"
3838
repository = "https://github.com/gtk-rs/gtk3-rs"
3939
version = "0.16.0"
4040
edition = "2021"
41-
rust-version = "1.56"
41+
rust-version = "1.57"
4242
[package.metadata.docs.rs]
4343
features = ["dox"]
4444
[package.metadata.system-deps.atk]

gdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313
"gir-files/*",
1414
]
1515
edition = "2021"
16-
rust-version = "1.56"
16+
rust-version = "1.57"
1717

1818
[lib]
1919
name = "gdk"

gdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GDK __3.18__ is the lowest supported version for the underlying library.
99

1010
## Minimum supported Rust version
1111

12-
Currently, the minimum supported Rust version is `1.56.0`.
12+
Currently, the minimum supported Rust version is `1.57.0`.
1313

1414
## Documentation
1515

gdk/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ name = "gdk-sys"
5454
repository = "https://github.com/gtk-rs/gtk3-rs"
5555
version = "0.16.0"
5656
edition = "2021"
57-
rust-version = "1.56"
57+
rust-version = "1.57"
5858
[package.metadata.docs.rs]
5959
features = ["dox"]
6060
[package.metadata.system-deps.gdk_3_0]

gdkwayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "gdkwayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
1212
version = "0.16.0"
13-
rust-version = "1.56"
13+
rust-version = "1.57"
1414

1515
[features]
1616
v3_20 = ["ffi/v3_20", "gdk/v3_20"]

gdkwayland/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GDK3-Wayland __3.18__ is the lowest supported version for the underlying library
99

1010
## Minimum supported Rust version
1111

12-
Currently, the minimum supported Rust version is `1.56.0`.
12+
Currently, the minimum supported Rust version is `1.57.0`.
1313

1414
## Documentation
1515

0 commit comments

Comments
 (0)