Skip to content

Commit 93ae903

Browse files
committed
glib: bump required Rust version to 1.64
For const std::slice::from_raw_parts, stabilized in rust-lang/rust#97522
1 parent ea133f7 commit 93ae903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.63.0"
21+
- "1.64.0"
2222
conf:
2323
- { name: "cairo", features: "png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface", nightly: "--features 'png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface'", test_sys: true }
2424
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
@@ -100,7 +100,7 @@ jobs:
100100
- stable
101101
- beta
102102
- nightly
103-
- "1.63.0"
103+
- "1.64.0"
104104
steps:
105105
- uses: actions/checkout@v3
106106
- uses: actions-rs/toolchain@v1

glib/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 = "glib"

0 commit comments

Comments
 (0)