Skip to content

Commit

Permalink
glib: bump required Rust version to 1.64
Browse files Browse the repository at this point in the history
For const std::slice::from_raw_parts, stabilized in
rust-lang/rust#97522
  • Loading branch information
jf2048 committed Dec 12, 2022
1 parent b7ff85b commit 1201acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stable
- beta
- nightly
- "1.63.0"
- "1.64.0"
conf:
- { 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 }
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- stable
- beta
- nightly
- "1.63.0"
- "1.64.0"
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion glib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [
"gir-files/*",
]
edition = "2021"
rust-version = "1.63"
rust-version = "1.64"

[lib]
name = "glib"
Expand Down

0 comments on commit 1201acc

Please sign in to comment.