Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit d4be81c

Browse files
committed
bump version
1 parent ee86c16 commit d4be81c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enve"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Dmitriy Pleshevskiy <[email protected]>"]
55
description = "it helps you work with environment variables and convert it to any type using only type annotations"
66
categories = ["config"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![Crates.io](https://img.shields.io/crates/v/enve?style=flat-square)](https://crates.io/crates/enve)
44
[![docs.rs](https://img.shields.io/docsrs/enve?style=flat-square)](https://docs.rs/enve)
55
[![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)
6-
![The MSRV](https://img.shields.io/badge/MSRV-1.51.0-red.svg)
6+
![The MSRV](https://img.shields.io/badge/MSRV-1.59.0-red.svg)
77

88
```toml
99
[dependencies]
10-
enve = "0.1"
10+
enve = "0.2"
1111
```
1212

1313
`enve` helps you work with environment variables and convert it to **any type**

0 commit comments

Comments
 (0)