From 174857efc488f14c7cb85c14e16e6e34b852830c Mon Sep 17 00:00:00 2001 From: Emmanuel Thompson Date: Tue, 21 May 2024 12:44:25 -0400 Subject: [PATCH] update msrv --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6bf79de3..952789f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: matrix: toolchain: # msrv - - 1.67.1 + - 1.71 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/Cargo.toml b/Cargo.toml index 757227fe..b9986e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["deku", "bits", "serialization", "deserialization", "struct"] categories = ["encoding", "parsing", "no-std"] description = "bit level serialization/deserialization proc-macro for structs" readme = "README.md" -rust-version = "1.67.1" +rust-version = "1.71" [lib] bench = false