Skip to content

Commit

Permalink
bumb msrv to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Feb 15, 2024
1 parent 91e61f1 commit e6e6e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Rust toolchain
uses: dtolnay/rust-toolchain@1.65.0
uses: dtolnay/rust-toolchain@1.72.0
- name: Get date for registry cache
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
homepage = "https://smithay.github.io/"
keywords = ["wayland", "compositor", "graphics", "server"]
categories = ["gui"]
rust-version = "1.65.0"
rust-version = "1.72.0"

[package.metadata.docs.rs]
features = ["test_all_features"]
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrv = "1.65.0"
msrv = "1.72.0"
type-complexity-threshold = 400

disallowed-macros = [
Expand Down

0 comments on commit e6e6e77

Please sign in to comment.