Skip to content

Commit ddc2ff8

Browse files
committed
chore: 0.1.6
1 parent d1fe498 commit ddc2ff8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parenv-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parenv-derive"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
license = "MIT"
66
description = "Macro implementation of #[derive(Environment)]"

parenv-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
parenv = { version = "0.1.5", path = "../parenv" }
7+
parenv = { version = "0.1.6", path = "../parenv" }

parenv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parenv"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
license = "MIT"
66
description = "Environment variable parser with a clap style derive macro and elm style error reporting."
@@ -10,4 +10,4 @@ readme = "../README.md"
1010
[dependencies]
1111
miette = { version = "7.2.0", features = ["fancy"] }
1212
owo-colors = "4.1.0"
13-
parenv-derive = { version = "0.1.5", path = "../parenv-derive" }
13+
parenv-derive = { version = "0.1.6", path = "../parenv-derive" }

0 commit comments

Comments
 (0)