mirror of
https://github.com/openharmony/third_party_rust_encoding_rs.git
synced 2026-07-01 21:14:01 -04:00
Increment version number to 0.6.9.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "encoding_rs"
|
||||
description = "A Gecko-oriented implementation of the Encoding Standard"
|
||||
version = "0.6.8" # Remember to keep html_root_url in lib.rs in sync!
|
||||
version = "0.6.9" # Remember to keep html_root_url in lib.rs in sync!
|
||||
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
+1
-1
@@ -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.6.8")]
|
||||
#![doc(html_root_url = "https://docs.rs/encoding_rs/0.6.9")]
|
||||
|
||||
//! encoding_rs is a Gecko-oriented Free Software / Open Source implementation
|
||||
//! of the [Encoding Standard](https://encoding.spec.whatwg.org/) in Rust.
|
||||
|
||||
Reference in New Issue
Block a user