diff --git a/Cargo.lock b/Cargo.lock index b017d7a..4aae4ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "email-encoding" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6d5709c..8703a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "email-encoding" -version = "0.3.0" +version = "0.3.1" description = "Low level email encoding RFCs implementations" repository = "https://github.com/lettre/email-encoding" edition = "2021" diff --git a/README.md b/README.md index f4ec316..ff5db1f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,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) +[![dependency status](https://deps.rs/crate/email-encoding/0.3.1/status.svg)](https://deps.rs/crate/email-encoding/0.3.1) [![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)