mirror of
https://github.com/openharmony/third_party_rust_unicode-width.git
synced 2026-07-19 15:13:40 -04:00
update version to 0.1.5
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "unicode-width"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["kwantam <kwantam@gmail.com>"]
|
||||
|
||||
homepage = "https://github.com/unicode-rs/unicode-width"
|
||||
|
||||
@@ -35,5 +35,5 @@ to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
unicode-width = "0.1.4"
|
||||
unicode-width = "0.1.5"
|
||||
```
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! unicode-width = "0.1.4"
|
||||
//! unicode-width = "0.1.5"
|
||||
//! ```
|
||||
|
||||
#![deny(missing_docs, unsafe_code)]
|
||||
|
||||
Reference in New Issue
Block a user