Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Bump syntex version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Jul 12, 2015
1 parent ae4d278 commit dc6d835
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
@@ -1,6 +1,6 @@
[package]
name = "aster"
version = "0.3.2"
version = "0.3.3"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A libsyntax ast builder"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/erickt/rust-aster"
with-syntex = ["syntex_syntax"]

[dependencies]
syntex_syntax = { version = "^0.7.0", optional = true }
syntex_syntax = { version = "^0.8.0", optional = true }

[[test]]
name = "test"
Expand Down

0 comments on commit dc6d835

Please sign in to comment.