diff --git a/Cargo.lock b/Cargo.lock index d510650..9a187c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "enve" -version = "0.1.0" +version = "0.2.0" dependencies = [ "estring", ] diff --git a/Cargo.toml b/Cargo.toml index 188daff..cf5cbc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enve" -version = "0.1.0" +version = "0.2.0" authors = ["Dmitriy Pleshevskiy "] description = "it helps you work with environment variables and convert it to any type using only type annotations" categories = ["config"] diff --git a/README.md b/README.md index 7cac83a..5f0193a 100644 --- a/README.md +++ b/README.md @@ -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**