From f170172414435b3945d81ec0770c10434d79d419 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 22 Nov 2024 19:48:01 +0100 Subject: [PATCH] chore(cargo): bump MSRV to 1.63 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06b05f2..f37265e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,8 @@ jobs: rust: beta - name: nightly rust: nightly - - name: 1.57.0 - rust: 1.57.0 + - name: 1.63.0 + rust: 1.63.0 steps: - uses: actions/checkout@v2 diff --git a/Cargo.toml b/Cargo.toml index 58a6b4f..6d5709c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" description = "Low level email encoding RFCs implementations" repository = "https://github.com/lettre/email-encoding" edition = "2021" -rust-version = "1.57" +rust-version = "1.63" license = "MIT OR Apache-2.0" categories = ["email", "encoding"] keywords = ["email", "rfc2047", "rfc2231"] diff --git a/README.md b/README.md index cc54f9a..f4ec316 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/email-encoding.svg)](https://crates.io/crates/email-encoding) [![Documentation](https://docs.rs/email-encoding/badge.svg)](https://docs.rs/email-encoding) [![dependency status](https://deps.rs/crate/email-encoding/0.3.0/status.svg)](https://deps.rs/crate/email-encoding/0.3.0) -[![Rustc Version 1.57.0+](https://img.shields.io/badge/rustc-1.57.0+-lightgray.svg)](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html) +[![Rustc Version 1.63.0+](https://img.shields.io/badge/rustc-1.63.0+-lightgray.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html) [![CI](https://github.com/lettre/email-encoding/actions/workflows/ci.yml/badge.svg)](https://github.com/lettre/email-encoding/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/lettre/email-encoding/branch/main/graph/badge.svg)](https://codecov.io/gh/lettre/email-encoding)