Skip to content

Commit

Permalink
Remove dotenv crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
n-pochet committed Feb 9, 2018
1 parent c8135b9 commit 4a1e9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ mime = "0.3"
log = "0.3"
diesel = { version = "1.0.0", features = ["sqlite"] }
diesel_migrations = { version = "1.0.0", features = ["sqlite"] }
dotenv = "0.9.0"
r2d2 = "0.8.2"
r2d2-diesel = "1.0.0"
serde = "1.0"
Expand Down

0 comments on commit 4a1e9da

Please sign in to comment.