bump version

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-27 18:52:59 +03:00
parent ee86c167a0
commit d4be81c1d2
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "enve"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"estring",
]

View File

@ -1,6 +1,6 @@
[package]
name = "enve"
version = "0.1.0"
version = "0.2.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
description = "it helps you work with environment variables and convert it to any type using only type annotations"
categories = ["config"]

View File

@ -3,11 +3,11 @@
[![Crates.io](https://img.shields.io/crates/v/enve?style=flat-square)](https://crates.io/crates/enve)
[![docs.rs](https://img.shields.io/docsrs/enve?style=flat-square)](https://docs.rs/enve)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pleshevskiy/enve/CI?label=tests&logo=github&style=flat-square)](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml)
![The MSRV](https://img.shields.io/badge/MSRV-1.51.0-red.svg)
![The MSRV](https://img.shields.io/badge/MSRV-1.59.0-red.svg)
```toml
[dependencies]
enve = "0.1"
enve = "0.2"
```
`enve` helps you work with environment variables and convert it to **any type**