Skip to content

Commit

Permalink
Merge pull request #248 from sfackler/cut-rc.1
Browse files Browse the repository at this point in the history
Bump to 0.4.0-rc.1
  • Loading branch information
alexcrichton committed Dec 6, 2017
2 parents 14ac731 + 4e30825 commit db436f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "log"
version = "0.3.8" # remember to update html_root_url
version = "0.4.0-rc.1" # remember to update html_root_url
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,6 @@ A lightweight logging facade for Rust
"""
categories = ["development-tools::debugging"]
keywords = ["logging"]
publish = false # this branch contains breaking changes

[package.metadata.docs.rs]
features = ["std", "serde"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/log/0.3.8")]
html_root_url = "https://docs.rs/log/0.4.0-rc.1")]
#![warn(missing_docs)]
#![deny(missing_debug_implementations)]

Expand Down

0 comments on commit db436f3

Please sign in to comment.