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

Commit

Permalink
chore(crates): Bump aster and syntex versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Nov 1, 2015
1 parent 431cda5 commit c61e528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.5"
version = "0.3.6"
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.18.0", optional = true }
syntex_syntax = { version = "^0.19.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.5"
version = "0.3.6"
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.5.0", default-features = false }
aster = { version = "^0.6.0", default-features = false }
syntex = { version = "^0.17.0", optional = true }
syntex_syntax = { version = "^0.18.0", optional = true }
syntex_syntax = { version = "^0.19.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.5"
version = "0.3.6"
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.5.0"
aster = "^0.6.0"
quasi = { version = "*", path = "../quasi" }
4 changes: 2 additions & 2 deletions quasi_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ quasi_codegen = { version = "*", path = "../quasi_codegen" }
syntex = { version = "^0.17.0" }

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

0 comments on commit c61e528

Please sign in to comment.