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

Commit 623e0d0

Browse files
committed
Update minimum supported Rust version to 1.63
1 parent 862d534 commit 623e0d0

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- stable
1919
- beta
2020
- nightly
21-
- "1.57.0"
21+
- "1.63.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.57.0"
101+
- "1.63.0"
102102
steps:
103103
- uses: actions/checkout@v2
104104
- uses: actions-rs/toolchain@v1

README.md

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

1313
## Documentation
1414

atk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414
"gir-files/*",
1515
]
1616
edition = "2021"
17-
rust-version = "1.57"
17+
rust-version = "1.63"
1818

1919
[lib]
2020
name = "atk"

atk/README.md

+1-1
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.57.0`.
12+
Currently, the minimum supported Rust version is `1.63.0`.
1313

1414
## Documentation
1515

atk/sys/Cargo.toml

+1-1
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.57"
41+
rust-version = "1.63"
4242
[package.metadata.docs.rs]
4343
features = ["dox"]
4444
[package.metadata.system-deps.atk]

gdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313
"gir-files/*",
1414
]
1515
edition = "2021"
16-
rust-version = "1.57"
16+
rust-version = "1.63"
1717

1818
[lib]
1919
name = "gdk"

gdk/README.md

+1-1
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.57.0`.
12+
Currently, the minimum supported Rust version is `1.63.0`.
1313

1414
## Documentation
1515

gdk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ name = "gdk-sys"
5252
repository = "https://github.com/gtk-rs/gtk3-rs"
5353
version = "0.16.0"
5454
edition = "2021"
55-
rust-version = "1.57"
55+
rust-version = "1.63"
5656
[package.metadata.docs.rs]
5757
features = ["dox"]
5858
[package.metadata.system-deps.gdk_3_0]

gdkwayland/Cargo.toml

+1-1
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.57"
13+
rust-version = "1.63"
1414

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

gdkwayland/README.md

+1-1
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.57.0`.
12+
Currently, the minimum supported Rust version is `1.63.0`.
1313

1414
## Documentation
1515

gdkwayland/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "gdkwayland-sys"
88
repository = "https://github.com/gtk-rs/gtk3-rs"
99
version = "0.16.0"
1010
edition = "2021"
11-
rust-version = "1.57"
11+
rust-version = "1.63"
1212

1313
[lib]
1414
name = "gdk_wayland_sys"

gdkx11/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313
"gir-files/*",
1414
]
1515
edition = "2021"
16-
rust-version = "1.57"
16+
rust-version = "1.63"
1717

1818
[lib]
1919
name = "gdkx11"

gdkx11/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GDKX11 __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.57.0`.
12+
Currently, the minimum supported Rust version is `1.63.0`.
1313

1414
## Documentation
1515

gdkx11/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "gdkx11-sys"
99
version = "0.16.0"
1010
build = "build.rs"
1111
edition = "2021"
12-
rust-version = "1.57"
12+
rust-version = "1.63"
1313
[package.metadata.docs.rs]
1414
features = ["dox"]
1515
[package.metadata.system-deps.gdk_x11_3_0]

gtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = [
1515
"gir-files/*",
1616
]
1717
edition = "2021"
18-
rust-version = "1.57"
18+
rust-version = "1.63"
1919

2020
[lib]
2121
name = "gtk"

gtk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GTK __3.22.30__ 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.57.0`.
12+
Currently, the minimum supported Rust version is `1.63.0`.
1313

1414
## Building
1515

gtk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["gtk", "ffi", "gtk-rs", "gnome"]
1010
license = "MIT"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
1212
edition = "2021"
13-
rust-version = "1.57"
13+
rust-version = "1.63"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]
1616
[package.metadata.system-deps."gtk+_3_0"]

gtk3-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414
"gir-files/*",
1515
"src/composite_template.ui"
1616
]
17-
rust-version = "1.57"
17+
rust-version = "1.63"
1818

1919
[lib]
2020
proc-macro = true

0 commit comments

Comments
 (0)