Skip to content

Commit 45cf319

Browse files
committed
Bump MSRV to 1.64 everywhere
Commit a577a12 bumped it for glib. Update the README accordingly and also set the MSRV for other crates since most of them depend on glib and because this way we are consistent.
1 parent f43e8ce commit 45cf319

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
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.63.0`.
11+
Currently, the minimum supported Rust version is `1.64.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.17.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.63"
13+
rust-version = "1.64"
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.63.0`.
11+
Currently, the minimum supported Rust version is `1.64.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.63"
12+
rust-version = "1.64"
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.63"
6+
rust-version = "1.64"
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.63"
16+
rust-version = "1.64"
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.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.63.0`.
9+
Currently, the minimum supported Rust version is `1.64.0`.
1010

1111
## Documentation
1212

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "gdk-pixbuf-sys"
3939
repository = "https://github.com/gtk-rs/gtk-rs-core"
4040
version = "0.17.0"
4141
edition = "2021"
42-
rust-version = "1.63"
42+
rust-version = "1.64"
4343
[package.metadata.docs.rs]
4444
features = ["dox"]
4545
[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.63"
16+
rust-version = "1.64"
1717
build = "build.rs"
1818

1919
[lib]

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.63.0`.
9+
Currently, the minimum supported Rust version is `1.64.0`.
1010

1111
## Documentation
1212

0 commit comments

Comments
 (0)