Skip to content

Commit

Permalink
add crate badge and version
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Sep 22, 2023
1 parent 064023f commit 541ae3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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-validate'
version = '0.1.1'
version = '0.1.2'
edition = '2021'
keywords = ['email', 'validation', 'validate', 'bounce', 'free']
categories = ['email', 'validation']
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![version](https://img.shields.io/crates/v/email-validate)](https://crates.io/crates/email-validate)
[![Rust](https://github.com/beckend/email-validate-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/beckend/email-validate-rs/actions/workflows/rust.yml)
[![minimum rustc version](https://img.shields.io/badge/rustc-1.72-orange.svg)](https://github.com/beckend/email-validate-rs)

Expand Down

0 comments on commit 541ae3e

Please sign in to comment.