mirror of
https://github.com/openharmony/third_party_rust_os_str_bytes.git
synced 2026-07-19 17:13:33 -04:00
Bump version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "os_str_bytes"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
authors = ["dylni"]
|
||||
edition = "2018"
|
||||
exclude = [".*"]
|
||||
|
||||
@@ -21,7 +21,7 @@ Add the following lines to your "Cargo.toml" file:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
os_str_bytes = "0.1"
|
||||
os_str_bytes = "0.2"
|
||||
```
|
||||
|
||||
See the [documentation] for available functionality and examples.
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@
|
||||
//! [`str::from_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked.html
|
||||
//! [`Vec<u8>`]: https://doc.rust-lang.org/std/vec/struct.Vec.html
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.1.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.2.0")]
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::error::Error;
|
||||
|
||||
Reference in New Issue
Block a user