-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from dgriffen/deprecate-iter
deprecate `iter` methods
- Loading branch information
Showing
7 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dotenv" | ||
version = "0.14.0" | ||
version = "0.14.1" | ||
authors = ["Noemi Lapresta <[email protected]>", "Craig Hills <[email protected]>", "Mike Piccolo <[email protected]>", "Alice Maz <[email protected]>", "Sean Griffin <[email protected]>", "Adam Sharp <[email protected]>"] | ||
description = "A `dotenv` implementation for Rust" | ||
homepage = "https://github.com/dotenv-rs/dotenv" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "dotenv_codegen" | ||
version = "0.14.0" | ||
version = "0.14.1" | ||
authors = [ | ||
"Santiago Lapresta <[email protected]>", | ||
"Craig Hills <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ proc-macro = true | |
[package] | ||
|
||
name = "dotenv_codegen_implementation" | ||
version = "0.14.0" | ||
version = "0.14.1" | ||
authors = [ | ||
"Santiago Lapresta <[email protected]>", | ||
"Craig Hills <[email protected]>", | ||
|