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 = "4.1.1"
|
||||
version = "4.2.0"
|
||||
authors = ["dylni"]
|
||||
edition = "2018"
|
||||
exclude = [".*", "/rustfmt.toml", "/tests"]
|
||||
|
||||
@@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
os_str_bytes = "4.1"
|
||||
os_str_bytes = "4.2"
|
||||
```
|
||||
|
||||
See the [documentation] for available functionality and examples.
|
||||
@@ -68,7 +68,7 @@ crate's minor version:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
os_str_bytes = "~4.1"
|
||||
os_str_bytes = "~4.2"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user