Skip to content

Commit 2eac2b2

Browse files
committed
Bump MSRV to 1.77
This is required for c"" CStr literals.
1 parent 253e13e commit 2eac2b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout sources
8484
uses: actions/checkout@v3
8585
- name: Rust toolchain
86-
uses: dtolnay/rust-toolchain@1.72.0
86+
uses: dtolnay/rust-toolchain@1.77.0
8787
- name: Get date for registry cache
8888
id: date
8989
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
homepage = "https://smithay.github.io/"
1111
keywords = ["wayland", "compositor", "graphics", "server"]
1212
categories = ["gui"]
13-
rust-version = "1.72.0"
13+
rust-version = "1.77.0"
1414

1515
[package.metadata.docs.rs]
1616
features = ["test_all_features"]

clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrv = "1.72.0"
1+
msrv = "1.77.0"
22
type-complexity-threshold = 400
33

44
disallowed-macros = [

0 commit comments

Comments
 (0)