Skip to content

Commit

Permalink
cargo: prepare v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Mar 25, 2024
1 parent 5bf7a79 commit 7c3ca39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "email-encoding"
version = "0.2.0"
version = "0.2.1"
description = "Low level email encoding RFCs implementations"
repository = "https://github.com/lettre/email-encoding"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/status.svg)](https://deps.rs/crate/email-encoding/0.2.0)
[![dependency status](https://deps.rs/crate/email-encoding/0.2.1/status.svg)](https://deps.rs/crate/email-encoding/0.2.1)
[![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)
[![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)
Expand Down

0 comments on commit 7c3ca39

Please sign in to comment.