Skip to content

Commit

Permalink
(fix) Bump syntex_syntax version
Browse files Browse the repository at this point in the history
Fixes the cascade of dependency breakages introduced in
rust-lang/rust#29850
  • Loading branch information
mcasper committed Dec 9, 2015
1 parent 31e920b commit efe0b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ syntex = { version = "^0.22.0", optional = true }

[dependencies]
syntex = { version = "^0.22.0", optional = true }
syntex_syntax = { version = "^0.22.0", optional = true }
syntex_syntax = { version = "^0.23.0", optional = true }
dotenv = "^0.7.0"

[features]
Expand Down

0 comments on commit efe0b07

Please sign in to comment.