mirror of
https://gitee.com/openharmony/third_party_rust_glob
synced 2024-11-23 07:30:11 +00:00
Prepare 0.3.1 release
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
5a5aad9333
commit
8640d936fc
@ -1,12 +1,12 @@
|
||||
[package]
|
||||
|
||||
name = "glob"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
homepage = "https://github.com/rust-lang/glob"
|
||||
repository = "https://github.com/rust-lang/glob"
|
||||
documentation = "https://docs.rs/glob/0.3.0"
|
||||
documentation = "https://docs.rs/glob/0.3.1"
|
||||
description = """
|
||||
Support for matching file paths against Unix shell style patterns.
|
||||
"""
|
||||
|
@ -13,7 +13,7 @@ To use `glob`, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
glob = "0.3.0"
|
||||
glob = "0.3.1"
|
||||
```
|
||||
|
||||
And add this to your crate root:
|
||||
|
@ -58,7 +58,7 @@
|
||||
#![doc(
|
||||
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://docs.rs/glob/0.3.0"
|
||||
html_root_url = "https://docs.rs/glob/0.3.1"
|
||||
)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user