mirror of
https://github.com/openharmony/third_party_rust_os_str_bytes.git
synced 2026-07-01 22:03:59 -04:00
Bump version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "os_str_bytes"
|
||||
version = "6.0.1"
|
||||
version = "6.1.0"
|
||||
authors = ["dylni"]
|
||||
edition = "2018"
|
||||
rust-version = "1.52.0"
|
||||
|
||||
@@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
os_str_bytes = "6.0"
|
||||
os_str_bytes = "6.1"
|
||||
```
|
||||
|
||||
See the [documentation] for available functionality and examples.
|
||||
@@ -78,7 +78,7 @@ crate's minor version:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
os_str_bytes = "~6.0"
|
||||
os_str_bytes = "~6.1"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user