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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 16, 2017
1 parent 433669a commit 2c20656
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion syntex_errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_errors"
version = "0.59.0" # remember to update html_root_url
version = "0.59.1" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Backport of librustc_errors"
Expand Down
2 changes: 1 addition & 1 deletion syntex_errors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/syntex_errors/0.59.0")]
html_root_url = "https://docs.rs/syntex_errors/0.59.1")]
#![deny(warnings)]

extern crate term;
Expand Down
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.59.0" # remember to update html_root_url
version = "0.59.1" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Backport of libsyntax_pos"
Expand Down
2 changes: 1 addition & 1 deletion syntex_pos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/syntex_pos/0.59.0")]
html_root_url = "https://docs.rs/syntex_pos/0.59.1")]
#![deny(warnings)]

use std::cell::{Cell, RefCell};
Expand Down
2 changes: 1 addition & 1 deletion syntex_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_syntax"
version = "0.59.0" # remember to update html_root_url
version = "0.59.1" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Backport of libsyntax"
Expand Down
2 changes: 1 addition & 1 deletion syntex_syntax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/syntex_syntax/0.59.0",
html_root_url = "https://docs.rs/syntex_syntax/0.59.1",
test(attr(deny(warnings))))]
#![deny(warnings)]

Expand Down

0 comments on commit 2c20656

Please sign in to comment.