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

Commit

Permalink
feat(cargo): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Dec 24, 2015
1 parent 037c2f6 commit 10c82f7
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.9.1"
version = "0.9.2"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A libsyntax ast builder"
Expand All @@ -11,7 +11,7 @@ with-syntex = ["syntex_syntax"]
unstable = ["clippy", "compiletest_rs"]

[dependencies]
syntex_syntax = { version = "^0.23.0", optional = true }
syntex_syntax = { version = "^0.24.0", optional = true }
clippy = { version = "^0.0.33", optional = true }
compiletest_rs = { version = "^0.0.11", optional = true }

Expand Down

0 comments on commit 10c82f7

Please sign in to comment.