From a20efedb453221cb3363693fb8eb7d930dc2f4de Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 4 Oct 2017 13:02:55 +0300 Subject: [PATCH] Increment the version number to 0.7.1. --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index add4e4d..d008acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "encoding_rs" description = "A Gecko-oriented implementation of the Encoding Standard" -version = "0.7.0" # Remember to keep html_root_url in lib.rs in sync! +version = "0.7.1" # Remember to keep html_root_url in lib.rs in sync! authors = ["Henri Sivonen "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 9cdd564..2886d68 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ // except according to those terms. #![cfg_attr(feature = "cargo-clippy", allow(doc_markdown, inline_always, new_ret_no_self))] -#![doc(html_root_url = "https://docs.rs/encoding_rs/0.7.0")] +#![doc(html_root_url = "https://docs.rs/encoding_rs/0.7.1")] //! encoding_rs is a Gecko-oriented Free Software / Open Source implementation //! of the [Encoding Standard](https://encoding.spec.whatwg.org/) in Rust.