Skip to content

Commit

Permalink
Bump version number to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Lapresta committed Dec 25, 2015
1 parent 8f9b68f commit c6322db
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
@@ -1,7 +1,7 @@
[package]

name = "dotenv"
version = "0.7.1"
version = "0.7.2"
authors = [
"Santiago Lapresta <santiago.lapresta@gmail.com>",
"Craig Hills <chills@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions dotenv_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "dotenv_codegen"
version = "0.7.1"
version = "0.7.2"
authors = [
"Santiago Lapresta <santiago.lapresta@gmail.com>",
"Craig Hills <chills@gmail.com>",
Expand All @@ -22,7 +22,7 @@ syntex = { version = "^0.22.0", optional = true }
[dependencies]
syntex = { version = "^0.22.0", optional = true }
syntex_syntax = { version = "^0.23.0", optional = true }
dotenv = "^0.7.1"
dotenv = "^0.7.2"

[features]
default = ["with-syntex"]
Expand Down
4 changes: 2 additions & 2 deletions dotenv_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "dotenv_macros"
version = "0.7.1"
version = "0.7.2"
authors = [
"Santiago Lapresta <santiago.lapresta@gmail.com>",
"Craig Hills <chills@gmail.com>",
Expand All @@ -17,7 +17,7 @@ repository = "https://github.com/slapresta/rust-dotenv"
description = "A `dotenv` implementation for Rust"

[dependencies]
dotenv_codegen = { version = "^0.7.1", default-features = false }
dotenv_codegen = { version = "^0.7.2", default-features = false }

[lib]
name = "dotenv_macros"
Expand Down

0 comments on commit c6322db

Please sign in to comment.