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

Commit

Permalink
Merge pull request #16 from erickt/master
Browse files Browse the repository at this point in the history
chore(cargo): Bump aster version
  • Loading branch information
erickt committed Oct 18, 2015
2 parents 40cc569 + 788fb0f commit 431cda5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions quasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi"
version = "0.3.4"
version = "0.3.5"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand All @@ -10,4 +10,4 @@ repository = "https://github.com/erickt/rust-quasi"
with-syntex = ["syntex_syntax"]

[dependencies]
syntex_syntax = { version = "^0.17.0", optional = true }
syntex_syntax = { version = "^0.18.0", optional = true }
6 changes: 3 additions & 3 deletions quasi_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi_codegen"
version = "0.3.4"
version = "0.3.5"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand All @@ -11,6 +11,6 @@ default = ["with-syntex"]
with-syntex = ["syntex", "syntex_syntax", "aster/with-syntex"]

[dependencies]
aster = { version = ">= 0.4.9", default-features = false }
aster = { version = "^0.5.0", default-features = false }
syntex = { version = "^0.17.0", optional = true }
syntex_syntax = { version = "^0.17.0", optional = true }
syntex_syntax = { version = "^0.18.0", optional = true }
4 changes: 2 additions & 2 deletions quasi_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi_macros"
version = "0.3.4"
version = "0.3.5"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand All @@ -14,5 +14,5 @@ plugin = true
quasi_codegen = { version = "*", path = "../quasi_codegen", default-features = false }

[dev-dependencies]
aster = ">= 0.4.10"
aster = "^0.5.0"
quasi = { version = "*", path = "../quasi" }
8 changes: 4 additions & 4 deletions quasi_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ build = "build.rs"

[build-dependencies]
quasi_codegen = { version = "*", path = "../quasi_codegen" }
syntex = { version = "*" }
syntex = { version = "^0.17.0" }

[dev-dependencies]
aster = { version = "*", features = ["with-syntex"] }
aster = { version = "^0.5.0", features = ["with-syntex"] }
quasi = { version = "*", path = "../quasi", features = ["with-syntex"] }
syntex = { version = ">= 0.11.0" }
syntex_syntax = { version = ">= 0.13.0" }
syntex = { version = "^0.17.0" }
syntex_syntax = { version = "^0.18.0" }

0 comments on commit 431cda5

Please sign in to comment.