Skip to content

Commit

Permalink
cargo: prepare v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 27, 2024
1 parent 1bd3854 commit 6140ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0"
version = "0.3.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.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)
Expand Down

0 comments on commit 6140ea7

Please sign in to comment.