Skip to content

Commit

Permalink
Update internal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dariocurr committed Sep 19, 2023
1 parent acf555d commit e0a3e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ keywords = [
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dariocurr/env-settings"
version = "0.1.6"
version = "0.1.7"
2 changes: 1 addition & 1 deletion env-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repository.workspace = true
version.workspace = true

[dev-dependencies]
env-settings-utils = "0.1"
env-settings-derive = "0.1"
env-settings-utils = "0.1"
6 changes: 3 additions & 3 deletions test-env-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version.workspace = true

[dev-dependencies]
dotenvy = "0.15"
env-settings = { path = "./../env-settings", version = "*" }
env-settings-derive = { path = "./../env-settings-derive", version = "*" }
env-settings-utils = { path = "./../env-settings-utils", version = "*" }
env-settings = "0.1"
env-settings-derive = "0.1"
env-settings-utils = "0.1"
rstest = "0.18"

0 comments on commit e0a3e21

Please sign in to comment.