diff --git a/Cargo.toml b/Cargo.toml index 9c483f2..b280ff9 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.8.20" # Remember to keep html_root_url in lib.rs in sync! +version = "0.8.21" # 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 8573203..7357f41 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ feature = "cargo-clippy", allow(doc_markdown, inline_always, new_ret_no_self) )] -#![doc(html_root_url = "https://docs.rs/encoding_rs/0.8.20")] +#![doc(html_root_url = "https://docs.rs/encoding_rs/0.8.21")] //! encoding_rs is a Gecko-oriented Free Software / Open Source implementation //! of the [Encoding Standard](https://encoding.spec.whatwg.org/) in Rust.