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

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 2, 2016
1 parent 89821c5 commit 0a7b676
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion quasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi"
version = "0.24.0"
version = "0.25.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand Down
2 changes: 1 addition & 1 deletion quasi_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi_codegen"
version = "0.24.0"
version = "0.25.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand Down
6 changes: 3 additions & 3 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.24.0"
version = "0.25.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand All @@ -16,8 +16,8 @@ unstable-testing = ["clippy", "quasi/unstable-testing", "quasi_codegen/unstable-

[dependencies]
clippy = { version = "^0.*", optional = true }
quasi_codegen = { version = "^0.24.0", path = "../quasi_codegen", default-features = false }
quasi_codegen = { version = "^0.25.0", path = "../quasi_codegen", default-features = false }

[dev-dependencies]
aster = "^0.33.0"
quasi = { version = "^0.24.0", path = "../quasi" }
quasi = { version = "^0.25.0", path = "../quasi" }
2 changes: 1 addition & 1 deletion quasi_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quasi_tests"
version = "0.24.0"
version = "0.25.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand Down

0 comments on commit 0a7b676

Please sign in to comment.