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 @@
|
|||
[](https://crates.io/crates/enve)
|
||||
[](https://docs.rs/enve)
|
||||
[](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml)
|
||||

|
||||

|
||||
|
||||
```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