From 04c1f9b5804a48b51c9f5f0855cb12a32b080349 Mon Sep 17 00:00:00 2001 From: nanoqsh Date: Sun, 28 Jul 2024 01:23:43 +0500 Subject: [PATCH] Upgrade msrv --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4ea932..c3e5be1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: CARGO_TERM_COLOR: always RUSTFLAGS: -Dwarnings RUST_BACKTRACE: full - MSRV: 1.79 + MSRV: 1.80 RUSTDOCFLAGS: -Dwarnings CACHE_SUFFIX: c jobs: diff --git a/Cargo.toml b/Cargo.toml index 906897d..58a9e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["graphics", "wgpu"] documentation = "https://docs.rs/dunge" readme = "README.md" repository = "https://github.com/nanoqsh/dunge" -rust-version = "1.79" +rust-version = "1.80" [workspace.dependencies] dunge = { version = "=0.3.3", path = "dunge" }