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

Commit 41d7fec

Browse files
Update rust version to 1.70
1 parent 3db7b37 commit 41d7fec

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.65.0"
21+
- "1.70.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.65.0"
101+
- "1.70.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.63.0`.
11+
Currently, the minimum supported Rust version is `1.70.0`.
1212

1313
## Documentation
1414

atk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
1212
repository = "https://github.com/gtk-rs/gtk3-rs"
1313
exclude = ["gir-files/*"]
1414
edition = "2021"
15-
rust-version = "1.65"
15+
rust-version = "1.70"
1616

1717
[lib]
1818
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.28__ 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.63.0`.
12+
Currently, the minimum supported Rust version is `1.70.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.18.0"
4040
edition = "2021"
41-
rust-version = "1.65"
41+
rust-version = "1.70"
4242

4343
[package.metadata.docs.rs]
4444
rustdoc-args = ["--cfg", "docsrs"]

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.65"
16+
rust-version = "1.70"
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.22__ 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.63.0`.
12+
Currently, the minimum supported Rust version is `1.70.0`.
1313

1414
## Documentation
1515

gdk/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ name = "gdk-sys"
5151
repository = "https://github.com/gtk-rs/gtk3-rs"
5252
version = "0.18.0"
5353
edition = "2021"
54-
rust-version = "1.65"
54+
rust-version = "1.70"
5555

5656
[package.metadata.docs.rs]
5757
rustdoc-args = ["--cfg", "docsrs"]

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.18.0"
13-
rust-version = "1.65"
13+
rust-version = "1.70"
1414

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

gdkwayland/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GDK3-Wayland __3.22__ 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.63.0`.
12+
Currently, the minimum supported Rust version is `1.70.0`.
1313

1414
## Documentation
1515

0 commit comments

Comments
 (0)