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 Jan 12, 2016
1 parent 6aab93f commit 0ff17cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aster"
version = "0.9.3"
version = "0.10.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A libsyntax ast builder"
Expand All @@ -11,8 +11,8 @@ with-syntex = ["syntex_syntax"]
unstable = ["clippy", "compiletest_rs"]

[dependencies]
syntex_syntax = { version = "^0.25.0", optional = true }
clippy = { version = "^0.0.33", optional = true }
syntex_syntax = { version = "^0.26.0", optional = true }
clippy = { version = "^0.0.35", optional = true }
compiletest_rs = { version = "^0.0.11", optional = true }

[[test]]
Expand Down

0 comments on commit 0ff17cf

Please sign in to comment.