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

Commit

Permalink
feat(cargo): Major version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Feb 13, 2016
1 parent e0a6fbc commit 6460e6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.1"
version = "0.6.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.5.1"
version = "0.6.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.5.1"
version = "0.6.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
Expand All @@ -11,8 +11,8 @@ name = "quasi_macros"
plugin = true

[dependencies]
quasi_codegen = { version = "^0.5.1", path = "../quasi_codegen", default-features = false }
quasi_codegen = { version = "^0.6.0", path = "../quasi_codegen", default-features = false }

[dev-dependencies]
aster = "^0.12.0"
quasi = { version = "^0.5.1", path = "../quasi" }
quasi = { version = "^0.6.0", path = "../quasi" }

0 comments on commit 6460e6a

Please sign in to comment.