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

Commit

Permalink
Release 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 15, 2017
1 parent 3d74b14 commit d394a06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions syntex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex"
version = "0.54.0"
version = "0.55.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "A library that enables compile time syntax extension expansion"
Expand All @@ -9,5 +9,5 @@ readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
syntex_errors = { version = "^0.54.0", path = "../syntex_errors" }
syntex_syntax = { version = "^0.54.0", path = "../syntex_syntax" }
syntex_errors = { version = "^0.55.0", path = "../syntex_errors" }
syntex_syntax = { version = "^0.55.0", path = "../syntex_syntax" }
4 changes: 2 additions & 2 deletions syntex_errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_errors"
version = "0.54.0"
version = "0.55.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "Export of librustc_errors for code generation"
Expand All @@ -11,6 +11,6 @@ include = ["Cargo.toml", "src/**/*.rs"]
libc = "^0.2.13"
log = "^0.3.3"
rustc-serialize = "^0.3.16"
syntex_pos = { version = "^0.54.0", path = "../syntex_pos" }
syntex_pos = { version = "^0.55.0", path = "../syntex_pos" }
term = "^0.4.4"
unicode-xid = "^0.0.4"
2 changes: 1 addition & 1 deletion syntex_pos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_pos"
version = "0.54.0"
version = "0.55.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax_pos for code generation"
Expand Down
6 changes: 3 additions & 3 deletions syntex_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_syntax"
version = "0.54.0"
version = "0.55.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax for code generation"
Expand All @@ -12,7 +12,7 @@ bitflags = "^0.7.0"
libc = "^0.2.13"
log = "^0.3.6"
rustc-serialize = "^0.3.16"
syntex_errors = { version = "^0.54.0", path = "../syntex_errors" }
syntex_pos = { version = "^0.54.0", path = "../syntex_pos" }
syntex_errors = { version = "^0.55.0", path = "../syntex_errors" }
syntex_pos = { version = "^0.55.0", path = "../syntex_pos" }
term = "^0.4.4"
unicode-xid = "^0.0.4"

0 comments on commit d394a06

Please sign in to comment.