1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

build: bump MSRV to 1.72

This commit is contained in:
Rob Ede
2024-02-13 01:24:34 +00:00
parent 022b052bd9
commit 1e08ebabf9
24 changed files with 25 additions and 25 deletions

View File

@ -17,7 +17,7 @@ members = [
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.72"
[profile.dev]
# Disabling debug info speeds up builds a bunch and we don't rely on it for debugging that much.