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

Commit

Permalink
Release 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 2, 2017
1 parent a382266 commit 87fd2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.58.1"
version = "0.59.0"
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Backport of librustc_errors"
Expand All @@ -13,6 +13,6 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-
libc = "0.2"
serde = "1.0"
serde_derive = "1.0"
syntex_pos = { version = "0.58", path = "../syntex_pos" }
syntex_pos = { version = "0.59", path = "../syntex_pos" }
term = "0.4"
unicode-xid = "0.1"
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.58.1"
version = "0.59.0"
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Backport of libsyntax_pos"
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.58.1"
version = "0.59.0"
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Backport of libsyntax"
Expand All @@ -16,6 +16,6 @@ log = "0.3"
serde = { version = "1.0", features = ["rc"] }
serde_derive = "1.0"
serde_json = "1.0"
syntex_errors = { version = "0.58", path = "../syntex_errors" }
syntex_pos = { version = "0.58", path = "../syntex_pos" }
syntex_errors = { version = "0.59", path = "../syntex_errors" }
syntex_pos = { version = "0.59", path = "../syntex_pos" }
unicode-xid = "0.1"

0 comments on commit 87fd2cd

Please sign in to comment.