bump version
This commit is contained in:
parent
ee86c167a0
commit
d4be81c1d2
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,7 +4,7 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "enve"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"estring",
|
||||
]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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**
|
||||
|
|
Reference in a new issue