Skip to content

Commit 71115d4

Browse files
committed
Update minimum supported Rust version to 1.57
1 parent af0e1c1 commit 71115d4

File tree

29 files changed

+30
-30
lines changed

29 files changed

+30
-30
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: "cairo", features: "png,pdf,svg,ps,use_glib,v1_16,freetype,script,xcb,xlib,win32-surface", nightly: "--features 'png,pdf,svg,ps,use_glib,v1_16,freetype,script,xcb,xlib,win32-surface'", test_sys: true }
2424
- { name: "gdk-pixbuf", features: "v2_40", nightly: "--all-features", test_sys: true }
@@ -96,7 +96,7 @@ jobs:
9696
- stable
9797
- beta
9898
- nightly
99-
- "1.56.0"
99+
- "1.57.0"
100100
steps:
101101
- uses: actions/checkout@v2
102102
- 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

cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.16.0"
1010
description = "Rust bindings for the Cairo library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
edition = "2021"
13-
rust-version = "1.56"
13+
rust-version = "1.57"
1414

1515
[lib]
1616
name = "cairo"

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

1313
## Default-on features
1414

cairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["cairo", "ffi", "gtk-rs", "gnome"]
99
repository = "https://github.com/gtk-rs/gtk-rs-core"
1010
build = "build.rs"
1111
edition = "2021"
12-
rust-version = "1.56"
12+
rust-version = "1.57"
1313

1414
[package.metadata.system-deps.cairo]
1515
name = "cairo"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gtk-rs-examples"
33
version = "0.0.1"
44
authors = ["The gtk-rs Project Developers"]
55
edition = "2021"
6-
rust-version = "1.56"
6+
rust-version = "1.57"
77

88
[dependencies]
99
futures = "0.3"

gdk-pixbuf/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_pixbuf"

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.32__ 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.56.0`.
9+
Currently, the minimum supported Rust version is `1.57.0`.
1010

1111
## Documentation
1212

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ name = "gdk-pixbuf-sys"
4141
repository = "https://github.com/gtk-rs/gtk-rs-core"
4242
version = "0.16.0"
4343
edition = "2021"
44-
rust-version = "1.56"
44+
rust-version = "1.57"
4545
[package.metadata.docs.rs]
4646
features = ["dox"]
4747
[package.metadata.system-deps.gdk_pixbuf_2_0]

gio/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
build = "build.rs"
1818

1919
[lib]

0 commit comments

Comments
 (0)