Skip to content

Commit

Permalink
Merge pull request #30 from Eijebong/syn
Browse files Browse the repository at this point in the history
Update syn related dependencies to 1.0
  • Loading branch information
ZoeyR authored Oct 3, 2019
2 parents 6a400fe + ab74c3b commit fa467c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotenv_codegen_implementation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ description = "A `dotenv` implementation for Rust"
edition = "2018"

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"
proc-macro2 = "1"
quote = "1"
syn = "1"
proc-macro-hack = "0.5"
dotenv = { version = "0.15", path = "../dotenv" }
dotenv = { version = "0.15", path = "../dotenv" }

0 comments on commit fa467c4

Please sign in to comment.