Skip to content

Commit

Permalink
Bump syntex version to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 11, 2016
1 parent a262557 commit f3f72b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ with-syntex = ["syntex", "syntex_syntax"]

[dependencies]
clippy = { version = "^0.*", optional = true }
syntex = { version = "^0.33", optional = true }
syntex_syntax = { version = "^0.33", optional = true }
syntex = { version = "^0.35", optional = true }
syntex_syntax = { version = "^0.35", optional = true }

[dev-dependencies]
compiletest_rs = "^0.1"

0 comments on commit f3f72b2

Please sign in to comment.